mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Get rid of extremely slow sibling selector affecting combo performance
(closes #6249) I don't even think it affects anything anymore.
This commit is contained in:
@@ -2262,14 +2262,6 @@ div.combobox {
|
||||
border-right: 5px solid transparent;
|
||||
}
|
||||
|
||||
/* Remove the field's bottom border radius when combobox is open */
|
||||
/* For some reason this stops the combobox from overlapping the bottom of the field */
|
||||
.combobox + * textarea:focus,
|
||||
.combobox + * input:focus {
|
||||
border-bottom-left-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
/* Field Help
|
||||
------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user