projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b103650
)
HC: Avoid excessive selectors from prev commit
author
Daniel Boles
<dboles.src@gmail.com>
Wed, 20 Jun 2018 18:23:59 +0000
(19:23 +0100)
committer
Daniel Boles
<dboles.src@gmail.com>
Wed, 20 Jun 2018 18:26:41 +0000
(19:26 +0100)
The new rule does not need to affect all those other pseudoclasses. I
just put it in the wrong scope.
gtk/theme/HighContrast/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/HighContrast/_common.scss
b/gtk/theme/HighContrast/_common.scss
index c546592d42bdb55f425742ae6d8c7f31e3056d78..611ed152a89e750bf8fc5fb2f15aa875dea3ec55 100644
(file)
--- a/
gtk/theme/HighContrast/_common.scss
+++ b/
gtk/theme/HighContrast/_common.scss
@@
-214,10
+214,10
@@
entry {
border-color: transparent;
border-radius: 0;
box-shadow: none;
-
- // Dodge transparency in selected treeview row, else bg & fg end up same
- treeview &:focus { background-color: $base_color; }
}
+
+ // Dodge transparency in selected treeview row, else bg & fg end up same
+ treeview &:focus { background-color: $base_color; }
}
&:focus { @include entry(focus); }