We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021c80b commit 3c41abdCopy full SHA for 3c41abd
common/gtk-3.0/3.24/sass/_libhandy.scss
@@ -158,9 +158,9 @@ list.content {
158
> row {
159
// Regular rows and expander header rows background
160
&:not(.expander):not(:active):not(:hover):not(:selected),
161
- &:not(.expander):not(:active):hover:not(.activatable):not(:selected),
+ &:not(.expander):hover:not(.activatable):not(:selected),
162
&.expander row.header:not(:active):not(:hover):not(:selected),
163
- &.expander row.header:not(:active):hover:not(.activatable):not(:selected) {
+ &.expander row.header:hover:not(.activatable):not(:selected) {
164
background-color: $base_color;
165
}
166
0 commit comments