Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion light/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3665,7 +3665,14 @@ row {
&.activatable {
&.has-open-popup, // this is for indicathing which row generated a popover see https://bugzilla.gnome.org/show_bug.cgi?id=754411

&:hover { background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.95)); }
&:hover {
background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.95));
Comment thread
levito marked this conversation as resolved.

// Catfish popover checkbutton hover color fix
checkbutton {
color: unset;
}
}

&:active { box-shadow: inset 0 2px 2px -2px transparentize(black, 0.8); }

Expand Down