mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 14:00:05 +02:00

[web] BS5 fix pointer-events style on form control icons GitOrigin-RevId: 47a3da0333ca53ea1925d550fcf95dc730a5cb3b
15 lines
216 B
SCSS
15 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);
|
|
}
|