We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856ba82 commit 3e7a3d4Copy full SHA for 3e7a3d4
1 file changed
data/Indicator.css
@@ -4,16 +4,13 @@
4
*/
5
6
.image-button.circular {
7
+ background: alpha(@text_color, 0.1);
8
border: none;
9
box-shadow: none;
10
min-height: 2.1666rem; /* 26px */
11
min-width: 2.1666rem; /* 26px */
12
}
13
-.image-button:not(:focus).circular {
14
- background: alpha(@text_color, 0.1);
15
-}
16
-
17
.image-button:checked.circular {
18
background: @selected_bg_color;
19
color: @selected_fg_color;
0 commit comments