mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-04-19 03:50:51 -07:00
Updated Compatibility Issues Solution (markdown)
parent
edce156887
commit
a170f36dd1
1 changed files with 3 additions and 2 deletions
|
|
@ -33,8 +33,9 @@ Try to add `box-shadow`
|
|||
|
||||
```css
|
||||
/** Unselected Tab - Divide line ********************************************/
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) tab.tabbrowser-tab[first-visible-unpinned-tab] .tab-background::before,
|
||||
tab.tabbrowser-tab:not(:hover):not([visuallyselected]):not([multiselected]):not(:first-child) .tab-background::before {
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[first-visible-unpinned-tab] .tab-background::before,
|
||||
.tabbrowser-tab:not([visuallyselected], [multiselected], :hover, :first-child) .tab-background::before,
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab:not([visuallyselected], [multiselected], :hover)[last-visible-tab] .tab-background::after {
|
||||
/*codes*/
|
||||
box-shadow: 0 0 1px 0 color-mix(in srgb, currentColor 60%, transparent);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue