Replace uses of :-moz-any with :is

This commit is contained in:
MrOtherGuy 2020-12-18 17:45:23 +02:00
parent aa77a9478e
commit 409d6a5cc4
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ See the above repository for updates as well as full license text. */
.tab-label-container{ width: unset !important; } .tab-label-container{ width: unset !important; }
.tab-label-container[pinned]{ margin-inline-start: 8px } .tab-label-container[pinned]{ margin-inline-start: 8px }
.tab-icon-sound:-moz-any([soundplaying],[muted],[activemedia-blocked],[pictureinpicture]), .tab-icon-sound:is([soundplaying],[muted],[activemedia-blocked],[pictureinpicture]),
.tab-close-button{ display: -moz-box !important; } .tab-close-button{ display: -moz-box !important; }
.tab-icon-overlay{ display: none !important; } .tab-icon-overlay{ display: none !important; }

View file

@ -19,7 +19,7 @@ See the above repository for updates as well as full license text. */
clip-path: polygon(50% 50%,50% 0%,50% 0%,50% 0%, 50% 0%,50% 0%, 50% 0%); clip-path: polygon(50% 50%,50% 0%,50% 0%,50% 0%, 50% 0%,50% 0%, 50% 0%);
transition: clip-path 0.2s ease-out, opacity 0.3s linear 0.1s; transition: clip-path 0.2s ease-out, opacity 0.3s linear 0.1s;
} }
.tabbrowser-tab:-moz-any([busy],[bursting]) .tab-content{ padding-left: calc( 9px - (var(--tab-loader-size) - 16px)) !important; } .tabbrowser-tab:is([busy],[bursting]) .tab-content{ padding-left: calc( 9px - (var(--tab-loader-size) - 16px)) !important; }
.tabbrowser-tab[pinned] .tab-content::before{ margin-right: 0px } .tabbrowser-tab[pinned] .tab-content::before{ margin-right: 0px }
@keyframes loadprogress{ @keyframes loadprogress{
from{ clip-path: polygon(50% 50%,50% 0%,100% 0%,100% 50%, 100% 50%,100% 50%, 100% 50%); } from{ clip-path: polygon(50% 50%,50% 0%,100% 0%,100% 50%, 100% 50%,100% 50%, 100% 50%); }

View file

@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */
#titlebar{ -moz-appearance: none !important; } #titlebar{ -moz-appearance: none !important; }
@media (-moz-os-version: windows-win10){ @media (-moz-os-version: windows-win10){
:root[sizemode="maximized"][tabsintitlebar] :-moz-any(#browser,#customization-container,#toolbar-menubar){ margin-top: 8px !important; } :root[sizemode="maximized"][tabsintitlebar] :is(#browser,#customization-container,#toolbar-menubar){ margin-top: 8px !important; }
} }
#mainPopupSet, #mainPopupSet,

View file

@ -32,7 +32,7 @@ menubar > menu > menupopup{ margin: calc(0px - var(--uc-menubaritem-height)) 0 0
#toolbar-menubar[autohide="true"]:not([inactive]){ margin-bottom: -32px } #toolbar-menubar[autohide="true"]:not([inactive]){ margin-bottom: -32px }
#toolbar-menubar > .titlebar-buttonbox-container + :-moz-any(toolbarbutton,toolbaritem){ margin-inline-start: var(--uc-menubaritem-width) } #toolbar-menubar > .titlebar-buttonbox-container + :is(toolbarbutton,toolbaritem){ margin-inline-start: var(--uc-menubaritem-width) }
#file-menu{ #file-menu{
fill: currentColor; fill: currentColor;