From 36ebc93df8dab7d2358d40d2cfd60a88d86ef3cd Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 6 Feb 2025 19:25:59 +0100 Subject: [PATCH] style(front): overwrite hover state of player control buttons --- front/src/style/components/_player.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/style/components/_player.scss b/front/src/style/components/_player.scss index 5b40977db..508840791 100644 --- a/front/src/style/components/_player.scss +++ b/front/src/style/components/_player.scss @@ -131,7 +131,7 @@ cursor: pointer; &:hover { - background-color: transparent; + background-color: transparent !important; > i { color: var(--color); transform: scale(1.2);