userlist-toggle: Fix css styling errors.

This commit is contained in:
Wyatt Hoodes 2020-05-10 10:52:49 -10:00 committed by Tim Abbott
parent 5fe489c5ae
commit 3bce7bbc74
2 changed files with 17 additions and 6 deletions

View File

@ -356,15 +356,23 @@ on a dark background, and don't change the dark labels dark either. */
#streamlist-toggle, #streamlist-toggle,
#userlist-toggle { #userlist-toggle {
border-color: hsla(199, 33%, 46%, 0.2); color: inherit;
border-color: hsla(0, 0%, 0%, 0.6);
} }
#streamlist-toggle-button, #streamlist-toggle-button {
#userlist-toggle-button {
color: inherit; color: inherit;
background-color: inherit; background-color: inherit;
} }
#userlist-toggle-button {
color: hsl(221, 9%, 54%);
&:hover {
color: inherit;
}
}
li.active-filter, li.active-filter,
li.active-sub-filter { li.active-sub-filter {
background-color: hsla(199, 33%, 46%, 0.2); background-color: hsla(199, 33%, 46%, 0.2);

View File

@ -151,18 +151,21 @@
right: 0px; right: 0px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
border-left: 2px solid hsl(204, 20%, 74%); border-left: 1px solid hsl(0, 0%, 88%);
} }
#userlist-toggle-button { #userlist-toggle-button {
text-decoration: none; text-decoration: none;
background-color: hsl(0, 0%, 89%); color: hsl(0, 0%, 60%);
color: hsl(0, 0%, 52%);
display: block; display: block;
width: 45px; width: 45px;
height: 19px; height: 19px;
padding-top: 12px; padding-top: 12px;
padding-bottom: 9px; padding-bottom: 9px;
&:hover {
color: inherit;
}
} }
#userlist-header { #userlist-header {