fx115: Fix tabbox tab color on MacOS
This commit is contained in:
parent
c6e5850e1c
commit
df014bfb0b
3 changed files with 5 additions and 9 deletions
|
@ -41,10 +41,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tab[visuallyselected="true"]:not(:-moz-window-inactive) {
|
|
||||||
color: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
#intro {
|
#intro {
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
|
@ -46,6 +46,11 @@ tabbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
&[visuallyselected=true] {
|
&[visuallyselected=true] {
|
||||||
|
/* fx115: toolkit/themes/osx/global/tabbox.css sets selected tabs' text color to #FFF, which is incorrect */
|
||||||
|
&:not(:-moz-window-inactive) {
|
||||||
|
color: unset;
|
||||||
|
}
|
||||||
|
|
||||||
& + tab {
|
& + tab {
|
||||||
&::before {
|
&::before {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -65,11 +65,6 @@ $scaffold-toolbarbutton-icons: (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tab {
|
|
||||||
/* toolkit/themes/osx/global/tabbox.css sets selected tabs' text color to #FFF, which is incorrect */
|
|
||||||
color: initial !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#metadata-grid {
|
#metadata-grid {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue