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:
Bryan Housel
2019-04-29 17:26:40 -04:00
parent fceb1a86f7
commit 80b99eb7cb
-8
View File
@@ -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
------------------------------------------------------- */