* Fixed nemo linked code.
parent
3cb2ee87da
commit
13bab8e34e
|
@ -30,9 +30,7 @@
|
||||||
@include button($bg_color, $fg_color);
|
@include button($bg_color, $fg_color);
|
||||||
}
|
}
|
||||||
|
|
||||||
button.linked, .linked .button {
|
.linked > button { @include linked_button($bg_color); }
|
||||||
@include linked_button($bg_color);
|
|
||||||
}
|
|
||||||
|
|
||||||
combobox button {
|
combobox button {
|
||||||
padding: $spacing - 1px;
|
padding: $spacing - 1px;
|
||||||
|
|
Loading…
Reference in New Issue