зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1524852 - Fix invisible title for multiselected tabs on MacOS. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D18893 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
9a121796e0
Коммит
df79fc1fc4
|
@ -588,7 +588,7 @@ html|input.urlbar-input {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-content > .tab-icon-image:not([selected="true"]) {
|
.tabbrowser-tab:not(:hover) > .tab-stack > .tab-content > .tab-icon-image:not([selected="true"]):not([multiselected]) {
|
||||||
opacity: .9;
|
opacity: .9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -600,7 +600,7 @@ html|input.urlbar-input {
|
||||||
opacity: 0.9999;
|
opacity: 0.9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-label-container:not([selected="true"]) {
|
.tab-label-container:not([selected="true"]):not([multiselected]) {
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -608,12 +608,13 @@ html|input.urlbar-input {
|
||||||
font: message-box;
|
font: message-box;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
.tabbrowser-tab[multiselected]:not(:-moz-lwtheme),
|
||||||
.tabbrowser-tab[visuallyselected=true]:not(:-moz-lwtheme) {
|
.tabbrowser-tab[visuallyselected=true]:not(:-moz-lwtheme) {
|
||||||
/* overriding tabbox.css */
|
/* overriding tabbox.css */
|
||||||
color: hsl(240, 5%, 5%);
|
color: hsl(240, 5%, 5%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[multiselected],
|
||||||
.tabbrowser-tab[visuallyselected=true] {
|
.tabbrowser-tab[visuallyselected=true] {
|
||||||
/* overriding tabbox.css */
|
/* overriding tabbox.css */
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
|
@ -642,6 +643,7 @@ html|input.urlbar-input {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[multiselected]:not(:-moz-lwtheme),
|
||||||
.tabbrowser-tab[visuallyselected=true]:not(:-moz-lwtheme) {
|
.tabbrowser-tab[visuallyselected=true]:not(:-moz-lwtheme) {
|
||||||
-moz-font-smoothing-background-color: var(--toolbar-bgcolor);
|
-moz-font-smoothing-background-color: var(--toolbar-bgcolor);
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
-moz-font-smoothing-background-color: -moz-mac-vibrant-titlebar-light;
|
-moz-font-smoothing-background-color: -moz-mac-vibrant-titlebar-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tab[multiselected],
|
||||||
.tabbrowser-tab[visuallyselected=true] {
|
.tabbrowser-tab[visuallyselected=true] {
|
||||||
-moz-font-smoothing-background-color: var(--toolbar-bgcolor);
|
-moz-font-smoothing-background-color: var(--toolbar-bgcolor);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче