2024-09-30 04:11:26 -04:00
|
|
|
.select-wrapper {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-trigger {
|
|
|
|
cursor: default;
|
2024-10-28 09:25:31 -04:00
|
|
|
|
|
|
|
& + .form-control-end-icon {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2024-09-30 04:11:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.select-highlighted {
|
|
|
|
background-color: var(--bg-light-secondary);
|
|
|
|
}
|