Fixed web issues
This commit is contained in:
parent
bef774bd0f
commit
c7cd8a8e54
1 changed files with 1 additions and 3 deletions
|
@ -1972,6 +1972,7 @@ window.background.csd {
|
||||||
@if $monterey == 'false' {
|
@if $monterey == 'false' {
|
||||||
background-color: darken($header_bg, 10%);
|
background-color: darken($header_bg, 10%);
|
||||||
box-shadow: inset 0 -1px $borders_color;
|
box-shadow: inset 0 -1px $borders_color;
|
||||||
|
margin-top: -1px;
|
||||||
} @else {
|
} @else {
|
||||||
background-color: $header_bg;
|
background-color: $header_bg;
|
||||||
border-bottom: 1px solid $borders_color;
|
border-bottom: 1px solid $borders_color;
|
||||||
|
@ -1981,9 +1982,6 @@ window.background.csd {
|
||||||
> tab {
|
> tab {
|
||||||
@if $monterey == 'false' {
|
@if $monterey == 'false' {
|
||||||
@extend %tabs_tab;
|
@extend %tabs_tab;
|
||||||
border-top: 1px solid $borders_color;
|
|
||||||
|
|
||||||
&:checked { border-top-color: $header_bg; }
|
|
||||||
} @else {
|
} @else {
|
||||||
@extend %monterey_tab;
|
@extend %monterey_tab;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue