Adwaita: remove wildcard for image effect

-gtk-image-effect: hilight now is set for .button:hover
This commit is contained in:
Lapo Calamandrei
2014-06-18 19:29:33 +02:00
parent 060f7b7428
commit a595dccf0e
3 changed files with 5 additions and 12 deletions

View File

@ -82,10 +82,6 @@
-gtk-image-effect: dim; -gtk-image-effect: dim;
} }
*:hover {
-gtk-image-effect: highlight;
}
.gtkstyle-fallback { .gtkstyle-fallback {
background-color: $bg_color; background-color: $bg_color;
color: $fg_color; color: $fg_color;
@ -201,6 +197,7 @@
@include button(normal); @include button(normal);
&:hover { &:hover {
@include button(hover); @include button(hover);
-gtk-image-effect: hilight;
} }
&:active { &:active {
@include button(active); @include button(active);

View File

@ -82,9 +82,6 @@
*:insensitive { *:insensitive {
-gtk-image-effect: dim; } -gtk-image-effect: dim; }
*:hover {
-gtk-image-effect: highlight; }
.gtkstyle-fallback { .gtkstyle-fallback {
background-color: #393f3f; background-color: #393f3f;
color: #eeeeec; } color: #eeeeec; }
@ -219,7 +216,8 @@
background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f); background-image: linear-gradient(to bottom, #5b6464, #434a4a 40%, #393f3f);
text-shadow: 0 -1px rgba(0, 0, 0, 0.77976); text-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976); icon-shadow: 0 -1px rgba(0, 0, 0, 0.77976);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1); } box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px rgba(238, 238, 236, 0.1);
-gtk-image-effect: hilight; }
.button:active { .button:active {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;

View File

@ -82,9 +82,6 @@
*:insensitive { *:insensitive {
-gtk-image-effect: dim; } -gtk-image-effect: dim; }
*:hover {
-gtk-image-effect: highlight; }
.gtkstyle-fallback { .gtkstyle-fallback {
background-color: #ededed; background-color: #ededed;
color: #2e3436; } color: #2e3436; }
@ -219,7 +216,8 @@
background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed); background-image: linear-gradient(to bottom, white, #f7f7f7 40%, #ededed);
text-shadow: 0 1px rgba(255, 255, 255, 0.76923); text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px white, 0 1px white; } box-shadow: inset 0 1px white, 0 1px white;
-gtk-image-effect: hilight; }
.button:active { .button:active {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;