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