Add hover effect back

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-02 12:43:27 +02:00
parent 130073689d
commit a5d5f75f52
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

View file

@ -71,12 +71,6 @@
display: initial;
}
.button button:hover svg * {
fill: var(
--primary-content
) !important; /* To override .iconButton:not(.stroke):hover svg */
}
.button button svg {
height: 20px;
width: 20px;