* Linked button fix. (#414)
parent
22a3938038
commit
4977f0897a
|
@ -266,7 +266,7 @@
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
@include button(shade($bg_color, 1.2), $fg_color);
|
@include button(shade($bg_color, 1.2), $fg_color);
|
||||||
|
|
||||||
&.link, .link & { @include linked_button(shade($bg_color, 1.2)); }
|
&.linked, .linked & { @include linked_button(shade($bg_color, 1.2)); }
|
||||||
|
|
||||||
spinbutton & {
|
spinbutton & {
|
||||||
color: mix($text_color, $base_color, .4);
|
color: mix($text_color, $base_color, .4);
|
||||||
|
@ -357,7 +357,6 @@
|
||||||
|
|
||||||
@include exports("combobox") {
|
@include exports("combobox") {
|
||||||
combobox {
|
combobox {
|
||||||
|
|
||||||
button.combo {
|
button.combo {
|
||||||
// otherwise the arrow placement is not symmetric
|
// otherwise the arrow placement is not symmetric
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
@ -390,6 +389,5 @@
|
||||||
.linked:not(.vertical) > &:last-child > box > button.combo { @extend %linked_button:last-child; }
|
.linked:not(.vertical) > &:last-child > box > button.combo { @extend %linked_button:last-child; }
|
||||||
|
|
||||||
.linked:not(.vertical) > &:only-child > box > button.combo { @extend %linked_button:only-child; }
|
.linked:not(.vertical) > &:only-child > box > button.combo { @extend %linked_button:only-child; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue