mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
73f7f73396
[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);
|
|
}
|