fix: Fix RLC and select dropdown styling and functionality (no-changelog) (#6809)

* fix: fix RLC and select dropdown styling and functionality

* fix: change setTimeout to nextTick

* fix: fix resource locator padding
This commit is contained in:
Alex Grozav
2023-08-01 17:58:25 +03:00
committed by GitHub
parent 24ce141815
commit 88156deb5c
4 changed files with 60 additions and 33 deletions

View File

@@ -114,6 +114,7 @@
display: inline-block;
font-size: inherit;
height: var.$input-height;
min-height: var.$input-height;
line-height: var.$input-height;
outline: none;
padding: 0 0 0 var(--spacing-2xs);
@@ -231,6 +232,7 @@
@include mixins.e(inner) {
height: var.$input-medium-height;
min-height: var.$input-medium-height;
line-height: var.$input-medium-height;
}
@@ -243,6 +245,7 @@
@include mixins.e(inner) {
height: var.$input-small-height;
min-height: var.$input-small-height;
line-height: var.$input-small-height;
}
@@ -255,6 +258,7 @@
@include mixins.e(inner) {
height: var.$input-mini-height;
min-height: var.$input-mini-height;
line-height: var.$input-mini-height;
}