Fix double hover (#4431)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2024-01-24 20:43:51 +04:00 committed by GitHub
parent d8827dff72
commit bd4cba9d11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,10 +179,6 @@
&:hover > .actions {
visibility: visible;
}
&:hover {
background-color: var(--highlight-hover);
}
}
.header {