fix: label multiselect styling on focus
This commit is contained in:
parent
da478a49d1
commit
da2a7a224e
@ -414,8 +414,8 @@ function focus() {
|
|||||||
|
|
||||||
.input-wrapper {
|
.input-wrapper {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: var(--white) !important;
|
background: var(--white);
|
||||||
border-color: var(--grey-200) !important;
|
border-color: var(--grey-200);
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
|
@ -908,8 +908,8 @@ $flash-background-duration: 750ms;
|
|||||||
:deep(.multiselect) {
|
:deep(.multiselect) {
|
||||||
.input-wrapper {
|
.input-wrapper {
|
||||||
&:not(:focus-within):not(:hover) {
|
&:not(:focus-within):not(:hover) {
|
||||||
background: transparent !important;
|
background: transparent;
|
||||||
border-color: transparent !important;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -921,8 +921,6 @@ $flash-background-duration: 750ms;
|
|||||||
.input:not(.has-defaults),
|
.input:not(.has-defaults),
|
||||||
.textarea,
|
.textarea,
|
||||||
.select:not(.has-defaults) select {
|
.select:not(.has-defaults) select {
|
||||||
border-color: transparent;
|
|
||||||
background: transparent;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all $transition-duration;
|
transition: all $transition-duration;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user