From 4c0547e4fc2da206f61d2b6e5409b2e4b909d4ce Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 24 Mar 2023 17:57:06 +0100 Subject: [PATCH] refactor(#11): improve color & animation --- Blinkers.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Blinkers.less b/Blinkers.less index 42215c9..d4fd6b9 100644 --- a/Blinkers.less +++ b/Blinkers.less @@ -3,7 +3,6 @@ domain("alkemics.com") { button:not([disabled]) .mdi-arrow-right-bold, button:not([disabled]) .mdi-arrow-left-bold { - &:not([disabled]):hover { animation: car-blinkers 900ms steps(1, end) infinite; } @@ -11,7 +10,8 @@ domain("alkemics.com") { @keyframes car-blinkers { 45% { - color: lightgreen; + color: rgb(0, 190, 0); + /*filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));*/ } } } \ No newline at end of file