fix(style): transparent background for tablinks

This commit is contained in:
ArneBo 2025-02-17 11:32:06 +01:00
parent b1ac6612fd
commit 851d40c4aa
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@
position: relative; position: relative;
font-weight: normal; font-weight: normal;
border: none; border: none;
background-color: transparent !important;
&:hover { &:hover {
background-color: transparent;
&::after { &::after {
content: ''; content: '';