From f2fa9e97ad15f155fc6e07d6af57dd2c4f5c0d4b Mon Sep 17 00:00:00 2001 From: marginy <98329176+Marginy605@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:16:45 +0300 Subject: [PATCH] fix(Select): fix selectControl height & bg hover style (#784) --- .../Select/components/SelectControl/SelectControl.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Select/components/SelectControl/SelectControl.scss b/src/components/Select/components/SelectControl/SelectControl.scss index a29ab7bb8..d70149525 100644 --- a/src/components/Select/components/SelectControl/SelectControl.scss +++ b/src/components/Select/components/SelectControl/SelectControl.scss @@ -87,8 +87,9 @@ $blockButton: '.#{variables.$ns-new}select-control__button'; display: inline-flex; align-items: center; box-sizing: border-box; - transition: transform 0.1s ease-out, color 0.15s linear, background-color 0.15s linear; + transition: transform 0.1s ease-out; width: 100%; + z-index: 0; &_size_s { @include block_control(s); @@ -113,6 +114,8 @@ $blockButton: '.#{variables.$ns-new}select-control__button'; display: inline-flex; overflow: hidden; width: 100%; + height: 100%; + transition: color 0.15s linear, background-color 0.15s linear; &::before { content: '';