HighContrast: remove edge highlight

https://bugzilla.gnome.org/show_bug.cgi?id=754551
This commit is contained in:
Jakub Steiner 2015-09-08 17:22:10 +02:00
parent f7c0fcd074
commit eef64df5f2
2 changed files with 3 additions and 0 deletions

View File

@ -2360,6 +2360,7 @@ GtkColorSwatch {
// we need to re-set the shadow here since it get axed by the previous bit
&:selected { box-shadow: $_colorswatch_shadow; }
GtkColorButton > & { box-shadow: none; }
// border rounding
&.top {

View File

@ -2573,6 +2573,8 @@ GtkColorSwatch {
border-color: #fff; }
GtkColorSwatch:selected {
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px #fff; }
GtkColorButton > GtkColorSwatch {
box-shadow: none; }
GtkColorSwatch.top {
border-top-left-radius: 5px;
border-top-right-radius: 5px; }