update
This commit is contained in:
parent
09df2a6662
commit
52417e11c9
@ -9,7 +9,7 @@
|
|||||||
&-button-action,
|
&-button-action,
|
||||||
&-menu-button-container,
|
&-menu-button-container,
|
||||||
&-button-box {
|
&-button-box {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-provider {
|
&-provider {
|
||||||
@ -21,7 +21,7 @@
|
|||||||
&:focus { @include button(flat-focus); }
|
&:focus { @include button(flat-focus); }
|
||||||
&:active { @include button(flat-active); }
|
&:active { @include button(flat-active); }
|
||||||
&:insensitive { @include button(flat-disabled); }
|
&:insensitive { @include button(flat-disabled); }
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-current {
|
&-current {
|
||||||
|
@ -1304,20 +1304,6 @@ combobox {
|
|||||||
&.left { border-width: 0 1px 0 0; }
|
&.left { border-width: 0 1px 0 0; }
|
||||||
&.right { border-width: 0 0 0 1px; }
|
&.right { border-width: 0 0 0 1px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// &:not(.inline-toolbar) {
|
|
||||||
// switch,
|
|
||||||
// scale,
|
|
||||||
// entry,
|
|
||||||
// spinbutton,
|
|
||||||
// button {
|
|
||||||
// margin-right: 1px;
|
|
||||||
// margin-bottom: 1px;
|
|
||||||
// }
|
|
||||||
//
|
|
||||||
// .linked > button,
|
|
||||||
// .linked > entry { margin-right:0; }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-toolbar:not(.libreoffice-toolbar) { // LO messes up the toolbar styling, so exclude LO toolbars
|
.primary-toolbar:not(.libreoffice-toolbar) { // LO messes up the toolbar styling, so exclude LO toolbars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user