16 lines
216 B
SCSS
16 lines
216 B
SCSS
.select-wrapper {
|
|
position: relative;
|
|
}
|
|
|
|
.select-trigger {
|
|
cursor: default;
|
|
|
|
& + .form-control-end-icon {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
|
|
.select-highlighted {
|
|
background-color: var(--bg-light-secondary);
|
|
}
|