Skip to content

Commit

Permalink
Hide i/o on GtkSwitches
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Dec 3, 2019
1 parent 4d806cd commit fa94e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions light/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,8 @@ switch {
@include button(normal-alt, $edge: $shadow_color);
}

image { color: transparent; } /* only show i / o for the accessible theme */

&:hover slider { @include button(hover-alt, $edge: $shadow_color); }

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

0 comments on commit fa94e2a

Please sign in to comment.