Add slight background change when hovering over a task in the list
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-02-09 15:09:11 +01:00
parent 4f81e96021
commit 866218c479
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -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);