mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 16:08:52 -06:00
SeasonList improve active/focused tabs (fix white background), darken hovered items past accordion parent slightly
This commit is contained in:
@@ -109,11 +109,11 @@
|
|||||||
.episode-item {
|
.episode-item {
|
||||||
border-color: $grey-2;
|
border-color: $grey-2;
|
||||||
background-color: darken($grey-3, 2%);
|
background-color: darken($grey-3, 2%);
|
||||||
color: $grey-8;
|
color: $grey-8 !important;
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
border-right-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 {
|
.no-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user