From a24fa16e856e3fcf33f0daf2f6734e99cbaa5ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Thu, 9 Jun 2022 17:47:51 +0200 Subject: [PATCH] Improve select styles --- src/css/global.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/css/global.scss b/src/css/global.scss index 1b12f40..f034bf5 100644 --- a/src/css/global.scss +++ b/src/css/global.scss @@ -164,6 +164,17 @@ p { background: rgb(0 0 244 / 0.1) !important; transition: all 250ms !important; } + + &--menu-is-open { + .select__dropdown-indicator { + transform: rotate(180deg) !important; + transition: transform 100ms !important; + } + } + } + + &__dropdown-indicator { + transition: transform 100ms !important; } &__indicator-separator {