* Linked button fix. (#414)

pull/415/head
Csaba Jakosa 2016-05-09 19:11:15 +02:00 committed by Dustin Falgout
parent 22a3938038
commit 4977f0897a
1 changed files with 1 additions and 3 deletions

View File

@ -266,7 +266,7 @@
min-width: 24px;
@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 & {
color: mix($text_color, $base_color, .4);
@ -357,7 +357,6 @@
@include exports("combobox") {
combobox {
button.combo {
// otherwise the arrow placement is not symmetric
min-width: 0;
@ -390,6 +389,5 @@
.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; }
}
}