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:
MrOtherGuy
2024-11-28 16:36:42 +02:00
parent e23b213d84
commit 9e91c32460

View File

@@ -21,6 +21,7 @@ See the above repository for updates as well as full license text. */
#nav-bar{
/* This overrides value in compact_proton.css */
box-shadow: 0 -1px 0 0 color-mix(in srgb, currentcolor 30%, transparent) !important;
border-top: none !important;
}
.tab-background[selected]{
border-inline: 1px solid color-mix(in srgb, currentcolor 30%, transparent) !important;