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:
MrOtherGuy 2022-10-04 08:54:38 +03:00
parent 976df50a01
commit f12eed50a9

View file

@ -29,7 +29,7 @@ See the above repository for updates as well as full license text. */
display: flex;
flex-direction: column;
}
#PlacesToolbarItems > toolbarseparator{
#PersonalToolbar #PlacesToolbarItems > toolbarseparator{
height: 7px;
background-color: currentColor;
background-clip: padding-box;