Skip to content

Commit

Permalink
Gtk3: fix invisible check and radio in selected row (#3641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed May 25, 2022
1 parent bb40f0c commit 907192f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gtk/src/default/gtk-3.0/_tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -488,3 +488,13 @@ scale:not(.marks-after):not(.marks-before) {
image:selected {
background: if($variant == 'light', darken($bg_color, 10%), lighten($bg_color, 10%));
}

// Fix invisible check and radio in selected row
check,
radio {
&:checked {
&:selected, row:selected & {
border-color: rgba(0,0,0,.2);
}
}
}

0 comments on commit 907192f

Please sign in to comment.