Add --theme-container-background-hover (#2113)

* Add --theme-container-background-hover

Add --theme-container-background-hover to sidebar-nav-element hover
Remove bacground from sidebar-nav-readinglist hover

* Add --theme-container-background-hover

Add --theme-container-background-hover to single-other-article hover
This commit is contained in:
Andrew Bone 2019-03-19 15:01:07 +00:00 committed by Ben Halpern
parent 39c0cb47cc
commit c7b24e0aec
2 changed files with 2 additions and 3 deletions

View file

@ -946,9 +946,6 @@
background: $light-purple;
}
}
&:hover {
background: white;
}
.readinglist-sidebar-subcat {
font-weight: bold;
font-size: 0.78em;
@ -1014,6 +1011,7 @@
}
&:hover {
background: $light-gray;
background: var(--theme-container-background-hover, $light-gray);
}
}
}

View file

@ -26,6 +26,7 @@
text-align:left;
&:hover{
background: $light-gray;
background: var(--theme-container-background-hover, $light-gray);
}
.picture{
height:60px;