We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d806cd commit fa94e2aCopy full SHA for fa94e2a
light/gtk-3.0/_common.scss
@@ -2587,6 +2587,8 @@ switch {
2587
@include button(normal-alt, $edge: $shadow_color);
2588
}
2589
2590
+ image { color: transparent; } /* only show i / o for the accessible theme */
2591
+
2592
&:hover slider { @include button(hover-alt, $edge: $shadow_color); }
2593
2594
&:checked slider { border: 1px solid gtkalpha($selected_borders_color, 0.8); }
0 commit comments