Fixed active tab not being displayed
This commit is contained in:
parent
d93fa41ddd
commit
3fe3841f62
@ -4,3 +4,11 @@
|
||||
.favorites_tabcontent {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab button{
|
||||
background-color: var(--primary-background);
|
||||
}
|
||||
|
||||
.tab button.active{
|
||||
background-color: var(--accent-color);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user