mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 23:34:02 -08:00
Fix: Remove Bottom Rounded Coner - Doesn't support Yet
This commit is contained in:
parent
00b8b41f0b
commit
dad9b5aafc
1 changed files with 0 additions and 32 deletions
|
|
@ -137,38 +137,6 @@
|
|||
box-shadow: 0 0 1px var(--toolbar-color) !important;
|
||||
}
|
||||
|
||||
/** Selected Tab - Bottom Rounded Corner ************************************/
|
||||
tab {
|
||||
--tab-corner-rounding: 9px;
|
||||
}
|
||||
|
||||
tab[visuallyselected] .tab-background::before,
|
||||
tab[visuallyselected] .tab-background::after {
|
||||
content: "" !important;
|
||||
display: inline !important;
|
||||
position: absolute !important;
|
||||
bottom: -1px !important;
|
||||
width: 9px !important;
|
||||
height: 7px !important;
|
||||
pointer-events: none !important;
|
||||
background-color: transparent !important;
|
||||
transition: .2s var(--ease-basic) !important;
|
||||
}
|
||||
|
||||
tab[visuallyselected] .tab-background::before {
|
||||
border-bottom-right-radius: var(--tab-corner-rounding) !important;
|
||||
left: 0px !important;
|
||||
transform: translateX(calc(-1 * var(--tab-corner-rounding))) !important;
|
||||
box-shadow: 4px 4px 0px 4px var(--toolbar-bgcolor) !important;
|
||||
}
|
||||
|
||||
tab[visuallyselected] .tab-background::after {
|
||||
border-bottom-left-radius: var(--tab-corner-rounding) !important;
|
||||
right: 0px !important;
|
||||
transform: translateX(var(--tab-corner-rounding)) !important;
|
||||
box-shadow: -4px 4px 0px 4px var(--toolbar-bgcolor) !important;
|
||||
}
|
||||
|
||||
/** Unselected Tab - Divide line ********************************************/
|
||||
#tabbrowser-arrowscrollbox:not([overflowing]) .tabbrowser-tab[first-visible-unpinned-tab] .tab-background::before,
|
||||
.tabbrowser-tab:not([visuallyselected], [multiselected], :hover, :first-child) .tab-background::before,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue