mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control-start-icon {
|
.form-control-start-icon {
|
||||||
|
|
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
.select-trigger {
|
.select-trigger {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
& + .form-control-end-icon {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-highlighted {
|
.select-highlighted {
|
||||||
|
|
Loading…
Reference in a new issue