Fix playlist dropdown active color

This commit is contained in:
Chocobozzz 2020-08-17 15:55:26 +02:00 committed by Chocobozzz
parent 50a1e91dcc
commit b75410b87d
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
padding: 8px 24px;
}
.dropdown-item:active {
color: inherit;
}
.header {
min-width: 240px;
margin-bottom: 10px;