Fix linked button issues

This commit is contained in:
Satyajit Sahoo
2014-12-13 19:47:53 +05:30
parent fd2a390954
commit 1bd02efcda
5 changed files with 70 additions and 48 deletions
+2
View File
@@ -31,6 +31,8 @@
.button { @include button($bg, $fg); }
.linked .button { @include linked_button($bg); }
GtkComboBox, .button {
padding: $spacing - 1px;