https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38185
--- Comment #27 from Jonathan Druart <[email protected]> --- (In reply to Owen Leonard from comment #26) > Created attachment 200923 [details] [review] > Group filter clear button with filter field > > In order for the line breaks to work correctly I propose that we move > the "Clear" button into the search field <div>. Unless there is a better > way to do this? It could work, however it needs more work. The .dt-button is now outside of the .dt-buttons container and is missing some css rules (like the grey because disabled, the cursor: default vs hand) Why not adding a "x" inside the search box, like we do already in Vue forms for inputs? However it's worth noting that Chrome and Firefox does not behave identically (obviously!): Chrome already has a 'x' in the global search input when not empty (and has the focus), Firefox does not have it. So couldn't we simply add it for browsers that does not have it already? -- 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/
