Skip to content

Commit 5fe63a7

Browse files
committed
gnome-shell: Add checked styling to osd_button
1 parent 648be55 commit 5fe63a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/gnome-shell/42/sass/_common.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ stage {
7777

7878
&:hover { @include button(osd-hover); }
7979
&:focus { color: $selected_bg_color; }
80-
&:active { @include button(osd-active); }
80+
&:active, &:active:focus,
81+
&:checked, &:checked:focus { @include button(osd-active); }
8182
&:insensitive { @include button(osd-insensitive); }
8283
}
8384

0 commit comments

Comments
 (0)