Ajout d'un effet au survol sur les listes
This commit is contained in:
parent
ecd54491a7
commit
ce53457f9c
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
|||
border-right: 1px solid var(--border-color);
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--default-color);
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Reference in a new issue