From 80b99eb7cb17f8621b6d65e2858690c0b906437e Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 29 Apr 2019 17:26:40 -0400 Subject: [PATCH] Get rid of extremely slow sibling selector affecting combo performance (closes #6249) I don't even think it affects anything anymore. --- css/80_app.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 1d5ace51b..a99b480a3 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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 ------------------------------------------------------- */