Skip to content

Commit

Permalink
Get rid of extremely slow sibling selector affecting combo performance
Browse files Browse the repository at this point in the history
(closes #6249)

I don't even think it affects anything anymore.
  • Loading branch information
bhousel committed Apr 29, 2019
1 parent fceb1a8 commit 80b99eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------------------------------- */
Expand Down

0 comments on commit 80b99eb

Please sign in to comment.