Skip to content

Commit

Permalink
toolbox: Fix bookmarks bar separators
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Apr 12, 2023
1 parent 832e7d6 commit 65c8108
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions theme/parts/toolbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ findbar:-moz-window-inactive description,
border-top: 1px solid var(--gnome-toolbar-border-color) !important;
}

/* Bookmarks */
#PlacesToolbar toolbarseparator {
border-top: 0 !important;
}
#PlacesToolbarItems > toolbarseparator::before {
border-image-source: none !important;
border-color: var(--gnome-tabbar-tab-separator-color) !important;
}

/* Text link */
.text-link {
color: var(--gnome-accent) !important;
Expand Down

0 comments on commit 65c8108

Please sign in to comment.