https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36897

--- Comment #5 from Phil Ringnalda <[email protected]> ---
Because our existing CSS is wrong, and we don't want the next person who puts a
multiple or sized <select> in a sidebar to have to figure out how it is wrong,
and how to work around it being wrong.

What the selector above the one added by this patch really meant was
"select:not(multiple size)" (untested, I don't use :not() often), but since
:not() is tricksy and expensive, it makes more sense to fix the wrongness by
just adding a second selector to undo it when it shouldn't apply.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to