Bug 1693066 - Followup: use consistent end proton comment style. DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D108317
This commit is contained in:
Tim Nguyen 2021-03-13 16:30:10 +00:00
Родитель ad5b1fde34
Коммит bc646014e0
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -38,7 +38,7 @@
.tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture], [crashed]) { .tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture], [crashed]) {
display: revert; display: revert;
} }
} /* end proton */ } /*** END proton ***/
@supports not -moz-bool-pref("browser.proton.tabs.enabled") { @supports not -moz-bool-pref("browser.proton.tabs.enabled") {
.tab-icon-sound:not([activemedia-blocked]) > .tab-icon-sound-blocked-label, .tab-icon-sound:not([activemedia-blocked]) > .tab-icon-sound-blocked-label,
@ -60,7 +60,7 @@
.tab-icon-overlay[crashed] { .tab-icon-overlay[crashed] {
display: -moz-box; display: -moz-box;
} }
} /* end !proton */ } /*** END !proton ***/
.tab-label { .tab-label {
white-space: nowrap; white-space: nowrap;

Просмотреть файл

@ -53,7 +53,7 @@
#navigator-toolbox:not(:-moz-lwtheme) { #navigator-toolbox:not(:-moz-lwtheme) {
background-color: #f0f0f4; background-color: #f0f0f4;
} }
} /* END proton */ } /*** END proton ***/
#navigator-toolbox:not(:-moz-lwtheme):-moz-window-inactive { #navigator-toolbox:not(:-moz-lwtheme):-moz-window-inactive {
--tabs-border-color: rgba(0,0,0,.05); --tabs-border-color: rgba(0,0,0,.05);