Merge pull request #21428 from overleaf/ii-bs5-clear-search-button

[web] BS5 fix pointer-events style on form control icons

GitOrigin-RevId: 47a3da0333ca53ea1925d550fcf95dc730a5cb3b
This commit is contained in:
ilkin-overleaf 2024-10-28 15:25:31 +02:00 committed by Copybot
parent 43e8467860
commit 73f7f73396
2 changed files with 4 additions and 1 deletions

View file

@ -143,7 +143,6 @@
display: flex;
align-items: center;
font-size: 0;
pointer-events: none;
}
.form-control-start-icon {

View file

@ -4,6 +4,10 @@
.select-trigger {
cursor: default;
& + .form-control-end-icon {
pointer-events: none;
}
}
.select-highlighted {