Skip to content

Commit 3c41abd

Browse files
committed
gtk3: Sync libhandy content rows with upstream
Update based on upstream commit: https://gitlab.gnome.org/GNOME/libhandy/-/commit/9d043f0345fb1b0deddb4c80fd34430a14c91261
1 parent 021c80b commit 3c41abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/gtk-3.0/3.24/sass/_libhandy.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ list.content {
158158
> row {
159159
// Regular rows and expander header rows background
160160
&:not(.expander):not(:active):not(:hover):not(:selected),
161-
&:not(.expander):not(:active):hover:not(.activatable):not(:selected),
161+
&:not(.expander):hover:not(.activatable):not(:selected),
162162
&.expander row.header:not(:active):not(:hover):not(:selected),
163-
&.expander row.header:not(:active):hover:not(.activatable):not(:selected) {
163+
&.expander row.header:hover:not(.activatable):not(:selected) {
164164
background-color: $base_color;
165165
}
166166

0 commit comments

Comments
 (0)