mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-28 13:06:13 +00:00
list-suggest add-items hover effect
This commit is contained in:
parent
f5ae5443ab
commit
10f276e48c
@ -34,6 +34,9 @@ ul.list-suggest {
|
|||||||
content: "\f067"; // fa-plus
|
content: "\f067"; // fa-plus
|
||||||
color: var(--bs-success);
|
color: var(--bs-success);
|
||||||
}
|
}
|
||||||
|
& span:hover {
|
||||||
|
color: $chill-l-gray;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.remove-items {
|
&.remove-items {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user