Don't restyle separators unless they are actually inside PersonalToolbar
Someone might use this style to make the bookmarks toolbar itself vertical housing buttons etc. but have bookmarks-toolbar-items in some other horizontal toolbar.
This commit is contained in:
parent
976df50a01
commit
f12eed50a9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ See the above repository for updates as well as full license text. */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
#PlacesToolbarItems > toolbarseparator{
|
#PersonalToolbar #PlacesToolbarItems > toolbarseparator{
|
||||||
height: 7px;
|
height: 7px;
|
||||||
background-color: currentColor;
|
background-color: currentColor;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
|
Loading…
Reference in a new issue