зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1404246 - Fix disabled scroll buttons in the tabs toolbar on Windows properly. r=dao
MozReview-Commit-ID: AjBDcRXjoFt --HG-- extra : rebase_source : 0e29d3d4f74daf383c72dd96ea828092457dcf2c
This commit is contained in:
Родитель
d918302551
Коммит
333ae6019a
|
@ -601,6 +601,7 @@ tabbrowser {
|
||||||
-moz-context-properties: fill, fill-opacity;
|
-moz-context-properties: fill, fill-opacity;
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
|
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),
|
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),
|
||||||
|
|
|
@ -115,8 +115,7 @@
|
||||||
--tabs-border: #4A4A4F;
|
--tabs-border: #4A4A4F;
|
||||||
}
|
}
|
||||||
|
|
||||||
#TabsToolbar:not(:-moz-lwtheme),
|
#TabsToolbar:not(:-moz-lwtheme) {
|
||||||
#TabsToolbar:not(:-moz-lwtheme) toolbarbutton[disabled="true"] {
|
|
||||||
color: hsl(240,9%,98%);
|
color: hsl(240,9%,98%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,7 @@
|
||||||
@media (-moz-os-version: windows-win7) {
|
@media (-moz-os-version: windows-win7) {
|
||||||
@media (-moz-windows-default-theme) {
|
@media (-moz-windows-default-theme) {
|
||||||
/* Always show light toolbar elements on aero surface. */
|
/* Always show light toolbar elements on aero surface. */
|
||||||
#TabsToolbar,
|
#TabsToolbar {
|
||||||
#TabsToolbar toolbarbutton[disabled="true"] {
|
|
||||||
color: hsl(240,9%,98%);
|
color: hsl(240,9%,98%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче