Fixed active tab not being displayed

This commit is contained in:
RemixDev 2020-05-05 15:46:57 +02:00
parent d93fa41ddd
commit 3fe3841f62

View File

@ -4,3 +4,11 @@
.favorites_tabcontent { .favorites_tabcontent {
display: none; display: none;
} }
.tab button{
background-color: var(--primary-background);
}
.tab button.active{
background-color: var(--accent-color);
}