Skip to content

Commit fa94e2a

Browse files
committed
Hide i/o on GtkSwitches
1 parent 4d806cd commit fa94e2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

light/gtk-3.0/_common.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2587,6 +2587,8 @@ switch {
25872587
@include button(normal-alt, $edge: $shadow_color);
25882588
}
25892589

2590+
image { color: transparent; } /* only show i / o for the accessible theme */
2591+
25902592
&:hover slider { @include button(hover-alt, $edge: $shadow_color); }
25912593

25922594
&:checked slider { border: 1px solid gtkalpha($selected_borders_color, 0.8); }

0 commit comments

Comments
 (0)