Make clear filter buttons more compact

This commit is contained in:
Bernd Bestel
2022-04-04 21:07:14 +02:00
parent e336f24225
commit cca35a302c
31 changed files with 134 additions and 130 deletions

View File

@@ -1186,3 +1186,11 @@ $('[data-toggle="tooltip"][data-html="true"]').on("shown.bs.tooltip", function()
{
RefreshLocaleNumberDisplay(".tooltip");
})
$(document).on("click", "#clear-filter-button", function(e)
{
// Remove the focus from the current button
// to prevent that the tooltip stays until clicked anywhere else
document.activeElement.blur();
console.log("x")
});