code formatting
parent
d4f0aa20a7
commit
87a8b50bf5
|
@ -93,36 +93,36 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar {
|
toolbar {
|
||||||
button {
|
button {
|
||||||
@include button($bg_color, $fg_color);
|
@include button($bg_color, $fg_color);
|
||||||
}
|
|
||||||
|
|
||||||
button.linked, .linked .button {
|
|
||||||
@include linked_button($bg_color);
|
|
||||||
}
|
|
||||||
|
|
||||||
combobox button {
|
|
||||||
padding: $spacing - 1px;
|
|
||||||
|
|
||||||
&.text-button {
|
|
||||||
padding: $spacing;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.image-button {
|
button.linked, .linked .button {
|
||||||
padding: ($spacing + 1px) ($spacing - 1px) ($spacing + 1px) $spacing;
|
@include linked_button($bg_color);
|
||||||
|
}
|
||||||
|
|
||||||
|
combobox button {
|
||||||
|
padding: $spacing - 1px;
|
||||||
|
|
||||||
|
&.text-button {
|
||||||
|
padding: $spacing;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.image-button {
|
||||||
|
padding: ($spacing + 1px) ($spacing - 1px) ($spacing + 1px) $spacing;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
separator, separator:disabled {
|
||||||
|
color: shade($bg_color, ($contrast + .1));
|
||||||
|
border-color: currentColor;
|
||||||
|
-GtkWidget-window-dragging: true;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.primary-toolbar button {
|
||||||
|
padding: 5px 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
separator, separator:disabled {
|
|
||||||
color: shade($bg_color, ($contrast + .1));
|
|
||||||
border-color: currentColor;
|
|
||||||
-GtkWidget-window-dragging: true;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.primary-toolbar button {
|
|
||||||
padding: 5px 6px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NemoQueryEditor {
|
NemoQueryEditor {
|
||||||
|
|
Loading…
Reference in New Issue