Adwaita: remove the image effect for buttons icons in backdrop

This commit is contained in:
Lapo Calamandrei
2014-07-08 16:42:10 +02:00
parent e399e68392
commit 71f328e8c2
3 changed files with 5 additions and 2 deletions

View File

@@ -254,6 +254,7 @@ GtkLabel {
}
&:backdrop, &.flat:backdrop {
@include button(backdrop);
-gtk-image-effect: none;
&:active {
@include button(backdrop-active);
}

View File

@@ -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;

View File

@@ -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;