fix(style): transparent background for tablinks
This commit is contained in:
parent
b1ac6612fd
commit
851d40c4aa
|
@ -31,9 +31,9 @@
|
|||
position: relative;
|
||||
font-weight: normal;
|
||||
border: none;
|
||||
background-color: transparent !important;
|
||||
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
|
|
Loading…
Reference in New Issue