Skip to content

Commit 3e7a3d4

Browse files
authored
Fix focus style (#296)
1 parent 856ba82 commit 3e7a3d4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

data/Indicator.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@
44
*/
55

66
.image-button.circular {
7+
background: alpha(@text_color, 0.1);
78
border: none;
89
box-shadow: none;
910
min-height: 2.1666rem; /* 26px */
1011
min-width: 2.1666rem; /* 26px */
1112
}
1213

13-
.image-button:not(:focus).circular {
14-
background: alpha(@text_color, 0.1);
15-
}
16-
1714
.image-button:checked.circular {
1815
background: @selected_bg_color;
1916
color: @selected_fg_color;

0 commit comments

Comments
 (0)