27 Aug
2024
27 Aug
'24
7:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36897 --- Comment #5 from Phil Ringnalda <phil@chetcolibrary.org> --- 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.