forked from AuroraMiddleware/gtk
Adwaita: some scss cosmetic changes
This commit is contained in:
parent
f09483bb98
commit
2b57ba61d5
@ -1060,19 +1060,9 @@ toolbar {
|
||||
&.osd.bottom { border-radius: 0; } // positional classes for `attached` osd toolbars
|
||||
|
||||
// toolbar separators
|
||||
& separator {
|
||||
background: none;
|
||||
}
|
||||
&.horizontal {
|
||||
& separator {
|
||||
margin: 0 6px;
|
||||
}
|
||||
}
|
||||
&.vertical {
|
||||
& separator {
|
||||
margin: 6px 0;
|
||||
}
|
||||
}
|
||||
& separator { background: none; }
|
||||
&.horizontal separator { margin: 0 6px; }
|
||||
&.vertical separator { margin: 6px 0; }
|
||||
}
|
||||
|
||||
//searchbar, location-bar & inline-toolbar
|
||||
|
Loading…
Reference in New Issue
Block a user