style(front): overwrite hover state of player control buttons

This commit is contained in:
ArneBo 2025-02-06 19:25:59 +01:00
parent 8fad059b6e
commit 36ebc93df8
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
cursor: pointer;
&:hover {
background-color: transparent;
background-color: transparent !important;
> i {
color: var(--color);
transform: scale(1.2);