Adwaita: remove the image effect for buttons icons in backdrop
This commit is contained in:
@@ -254,6 +254,7 @@ GtkLabel {
|
||||
}
|
||||
&:backdrop, &.flat:backdrop {
|
||||
@include button(backdrop);
|
||||
-gtk-image-effect: none;
|
||||
&:active {
|
||||
@include button(backdrop-active);
|
||||
}
|
||||
|
||||
@@ -283,7 +283,8 @@
|
||||
background-image: linear-gradient(to bottom, #393f3f);
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
|
||||
-gtk-image-effect: none; }
|
||||
.button:backdrop:active, .button.flat:backdrop:active {
|
||||
border-style: solid;
|
||||
color: #c9cbc9;
|
||||
|
||||
@@ -275,7 +275,8 @@
|
||||
background-image: linear-gradient(to bottom, #ededed);
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
|
||||
-gtk-image-effect: none; }
|
||||
.button:backdrop:active, .button.flat:backdrop:active {
|
||||
border-style: solid;
|
||||
color: #54595a;
|
||||
|
||||
Reference in New Issue
Block a user