Remove fx 119 specific light-dark() workarounds
This commit is contained in:
@@ -40,16 +40,6 @@ This will NOT work correctly if you have hidden tabs such as with tab groups ext
|
||||
:where(#nav-bar){
|
||||
border-inline: var(--uc-window-drag-space-width,0) solid var(--toolbar-bgcolor);
|
||||
}
|
||||
/* This is a workaround for fx 119 specifically for users that use default theme, should remove when 120 is released. See bug 1853524 */
|
||||
:root:not(:-moz-lwtheme){
|
||||
--toolbar-bgcolor: #f9f9fb !important;
|
||||
}
|
||||
/* ...and for dark variant */
|
||||
@media (prefers-color-scheme: dark){
|
||||
:root:not(:-moz-lwtheme){
|
||||
--toolbar-bgcolor: rgb(43, 42, 51) !important;
|
||||
}
|
||||
}
|
||||
@media (-moz-platform: linux){
|
||||
#TabsToolbar .titlebar-buttonbox{
|
||||
align-items: stretch !important;
|
||||
|
||||
Reference in New Issue
Block a user