parent
bbf00f22b5
commit
d56f32f8e6
|
@ -173,12 +173,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:insensitive:insensitive {
|
&:insensitive:insensitive {
|
||||||
@if (lightness($button_bg) > 50) {
|
background-color: transparent;
|
||||||
@include linear-gradient(shade($button_bg, .95));
|
background-image: none;
|
||||||
} @else {
|
|
||||||
@include linear-gradient(alpha($button_bg, .3));
|
|
||||||
}
|
|
||||||
|
|
||||||
color: mix($bg, $fg, .5);
|
color: mix($bg, $fg, .5);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -321,12 +321,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled:disabled {
|
&:disabled:disabled {
|
||||||
@if (lightness($button_bg) > 50) {
|
background-color: transparent;
|
||||||
@include linear-gradient(shade($button_bg, .95));
|
background-image: none;
|
||||||
} @else {
|
|
||||||
@include linear-gradient(alpha($button_bg, .3));
|
|
||||||
}
|
|
||||||
|
|
||||||
color: mix($bg, $fg, .5);
|
color: mix($bg, $fg, .5);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue