forked from AuroraMiddleware/gtk
HighContrast: remove edge highlight
https://bugzilla.gnome.org/show_bug.cgi?id=754551
This commit is contained in:
parent
f7c0fcd074
commit
eef64df5f2
@ -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 {
|
||||
|
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user