Skip to content

Commit

Permalink
Support for Firefox 127 (Compatibility with built-in macOS native theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvuc committed Jun 21, 2024
1 parent 5852d77 commit c83b5bf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions sliding-bookmarks-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
height: auto !important;
width: 100% !important;
border: none !important;
box-shadow: 0 -1px 0 0 light-dark(rgba(0,0,0,0.2),rgba(0,0,0,0.9)) inset;
border-bottom: 0.01px var(--tabs-navbar-separator-style) ThreeDShadow !important;
box-shadow: 0 1px 0 0 light-dark(rgba(0,0,0,0),rgba(0,0,0,0));
transform: translateY(0%) scaleY(1);
transform-origin: center bottom;
transition: transform cubic-bezier(.05,.79,.15,1) 0.3s !important;
Expand Down Expand Up @@ -47,6 +48,7 @@
#navigator-toolbox:hover > #PersonalToolbar:not([customizing]) {
position: absolute !important;
transform: translateY(100%) scaleY(1);
box-shadow: 0 1px 0 0 light-dark(rgba(0,0,0,0.2),rgba(0,0,0,0.9));
}
#navigator-toolbox:has([open="true"]) > #PersonalToolbar:not([customizing]) {
position: absolute !important;
Expand All @@ -62,11 +64,6 @@
opacity: 1;
}

/* Hide 1px bottom border */
#navigator-toolbox:after {
display: none !important;
}

/* z-index override for notification bar */
.notificationbox-stack[notificationside="top"] {
z-index: 2 !important;
Expand Down

0 comments on commit c83b5bf

Please sign in to comment.