SeasonList improve active/focused tabs (fix white background), darken hovered items past accordion parent slightly

This commit is contained in:
Xevion
2020-09-05 10:48:10 -05:00
parent 39fe2dcb5c
commit 3a29cf42a0

View File

@@ -109,11 +109,11 @@
.episode-item {
border-color: $grey-2;
background-color: darken($grey-3, 2%);
color: $grey-8;
color: $grey-8 !important;
border-left-width: 0;
border-right-width: 0;
&:hover { background-color: darken($grey-3, 1%); }
&:hover, &:active, &:focus { background-color: darken($grey-1, 0.75%); }
}
.no-link {