mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
43e8467860
commit
73f7f73396
2 changed files with 4 additions and 1 deletions
|
@ -143,7 +143,6 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.form-control-start-icon {
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
|
||||
.select-trigger {
|
||||
cursor: default;
|
||||
|
||||
& + .form-control-end-icon {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.select-highlighted {
|
||||
|
|
Loading…
Reference in a new issue