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:
parent
39c0cb47cc
commit
c7b24e0aec
2 changed files with 2 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
text-align:left;
|
||||
&:hover{
|
||||
background: $light-gray;
|
||||
background: var(--theme-container-background-hover, $light-gray);
|
||||
}
|
||||
.picture{
|
||||
height:60px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue