From 0a5086d94f64878f963a46337b86eb4429389ac2 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 20 Jun 2018 19:23:59 +0100 Subject: [PATCH] HC: Avoid excessive selectors from prev commit 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index c546592d42..611ed152a8 100644 --- 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); }