Skip to content

Commit a36f542

Browse files
committed
SVY-21251 Bootstrap datalabel onAction does not trigger if entered [ai]
- Added .bts-label:focus, .bts-datalabel:focus rule with @main-color-light outline color in theme
1 parent 4a1d186 commit a36f542

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

servoy_ngclient/src/com/servoy/j2db/server/ngclient/less/resources/servoy_theme_2023.3.0_ng2.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ html, body {
160160
border-color: @main-color-light;
161161
}
162162

163+
.bts-label:focus, .bts-datalabel:focus {
164+
outline-color: @main-color-light;
165+
border-color: @main-color-light;
166+
}
167+
163168
/* Label */
164169
.svy-label,
165170
.bts-label {

0 commit comments

Comments
 (0)