summaryrefslogtreecommitdiff
path: root/gtk/theme/Adwaita/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme/Adwaita/_common.scss')
-rw-r--r--gtk/theme/Adwaita/_common.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index aed905baa9..6ba6355d81 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -422,10 +422,6 @@ entry {
}
}
-treeview acceleditor > label {
- background-color: $selected_bg_color;
-}
-
treeview entry {
&:focus {
&:dir(rtl), &:dir(ltr) { // specificity bump hack
@@ -1789,6 +1785,8 @@ treeview.view {
text-shadow: none;
}
}
+
+ acceleditor > label { background-color: $selected_bg_color; } // see tests/testaccel to test
}
%column_header_button {