mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
hide separator in font and filechooser buttons
This commit is contained in:
parent
1c706464c5
commit
3f11de0a63
@ -480,6 +480,8 @@ button {
|
||||
background-position: right 3px, right 2px; }
|
||||
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
|
||||
background-position: left 3px, left 2px; }
|
||||
button.font separator, button.file separator {
|
||||
background-color: transparent; }
|
||||
.inline-toolbar button, .inline-toolbar button:backdrop {
|
||||
border-radius: 2px;
|
||||
border-width: 1px; }
|
||||
|
@ -479,6 +479,8 @@ button {
|
||||
background-position: right 3px, right 4px; }
|
||||
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
|
||||
background-position: left 3px, left 4px; }
|
||||
button.font separator, button.file separator {
|
||||
background-color: transparent; }
|
||||
.inline-toolbar button, .inline-toolbar button:backdrop {
|
||||
border-radius: 2px;
|
||||
border-width: 1px; }
|
||||
|
@ -480,6 +480,8 @@ button {
|
||||
background-position: right 3px, right 2px; }
|
||||
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
|
||||
background-position: left 3px, left 2px; }
|
||||
button.font separator, button.file separator {
|
||||
background-color: transparent; }
|
||||
.inline-toolbar button, .inline-toolbar button:backdrop {
|
||||
border-radius: 2px;
|
||||
border-width: 1px; }
|
||||
|
@ -479,6 +479,8 @@ button {
|
||||
background-position: right 3px, right 4px; }
|
||||
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
|
||||
background-position: left 3px, left 4px; }
|
||||
button.font separator, button.file separator {
|
||||
background-color: transparent; }
|
||||
.inline-toolbar button, .inline-toolbar button:backdrop {
|
||||
border-radius: 2px;
|
||||
border-width: 1px; }
|
||||
|
@ -479,6 +479,8 @@ button {
|
||||
background-position: right 3px, right 4px; }
|
||||
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
|
||||
background-position: left 3px, left 4px; }
|
||||
button.font separator, button.file separator {
|
||||
background-color: transparent; }
|
||||
.inline-toolbar button, .inline-toolbar button:backdrop {
|
||||
border-radius: 2px;
|
||||
border-width: 1px; }
|
||||
|
@ -479,6 +479,8 @@ button {
|
||||
background-position: right 3px, right 4px; }
|
||||
.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
|
||||
background-position: left 3px, left 4px; }
|
||||
button.font separator, button.file separator {
|
||||
background-color: transparent; }
|
||||
.inline-toolbar button, .inline-toolbar button:backdrop {
|
||||
border-radius: 2px;
|
||||
border-width: 1px; }
|
||||
|
@ -546,6 +546,10 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
// hide separators
|
||||
&.font,
|
||||
&.file { separator { background-color: transparent; }}
|
||||
|
||||
//inline-toolbar buttons
|
||||
.inline-toolbar &, .inline-toolbar &:backdrop {
|
||||
border-radius: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user