We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The previous styles were not applied correctly because !important was missing. Changes:
!important
:root { --sno-colors-border: #e8e8e80f; --sno-colors-border-hover: #3e3e3eb2; #urlbar { transform-origin: right !important; transition: all 0.2s linear !important; border: 1px solid var(--sno-colors-border) !important; } #urlbar:hover { border: 1px solid var(--sno-colors-border-hover) !important; } #urlbar[breakout][breakout-extend] { top: 10% !important; } #urlbar:is([focused], [open]) > #urlbar-background, #searchbar:focus-within { background: #000000e5 !important; } } :root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) { & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { --uc-tweak-rounded-corners-shadow-color: var(--sno-colors-border) !important; box-shadow: var(--uc-tweak-rounded-corners-shadow) !important; } }
i hope this time it will work
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The previous styles were not applied correctly because
!important
was missing.Changes:
!important
i hope this time it will work
The text was updated successfully, but these errors were encountered: