Add slight background change when hovering over a task in the list
This commit is contained in:
parent
4f81e96021
commit
866218c479
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
display: block;
|
||||
padding: 0.5rem 1rem;
|
||||
border-bottom: 1px solid darken(#fff, 10%);
|
||||
transition: background-color $transition;
|
||||
|
||||
&:hover {
|
||||
background-color: darken($light-background, 3);
|
||||
}
|
||||
|
||||
span:not(.tag) {
|
||||
width: calc(100% - 40px);
|
||||
|
|
Loading…
Reference in a new issue