[gtk] HC: Avoid excessive selectors from prev commit
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] HC: Avoid excessive selectors from prev commit
- Date: Wed, 20 Jun 2018 18:29:59 +0000 (UTC)
commit 0a5086d94f64878f963a46337b86eb4429389ac2
Author: Daniel Boles <dboles src gmail com>
Date: Wed Jun 20 19:23:59 2018 +0100
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); }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]