non floating tabs: remove nav-bar top border
The border is theme dependent, but we really don't want that to ever appear
This commit is contained in:
@@ -21,6 +21,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
#nav-bar{
|
#nav-bar{
|
||||||
/* This overrides value in compact_proton.css */
|
/* This overrides value in compact_proton.css */
|
||||||
box-shadow: 0 -1px 0 0 color-mix(in srgb, currentcolor 30%, transparent) !important;
|
box-shadow: 0 -1px 0 0 color-mix(in srgb, currentcolor 30%, transparent) !important;
|
||||||
|
border-top: none !important;
|
||||||
}
|
}
|
||||||
.tab-background[selected]{
|
.tab-background[selected]{
|
||||||
border-inline: 1px solid color-mix(in srgb, currentcolor 30%, transparent) !important;
|
border-inline: 1px solid color-mix(in srgb, currentcolor 30%, transparent) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user