* Fixed nemo linked code.

pull/437/head
Megax 2016-05-15 14:19:06 +02:00
parent 3cb2ee87da
commit 13bab8e34e
1 changed files with 1 additions and 3 deletions

View File

@ -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;