Add hover effect to boards list
Signed-off-by: Simon Spannagel <simonspa@kth.se>
This commit is contained in:
@@ -83,6 +83,11 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board-list-row:not(.board-list-header-row):hover {
|
||||||
|
transition: background-color 0.3s ease;
|
||||||
|
background-color: var(--color-background-dark);
|
||||||
|
}
|
||||||
|
|
||||||
.board-list-header-row {
|
.board-list-header-row {
|
||||||
color: var(--color-text-lighter);
|
color: var(--color-text-lighter);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user