From d879774ad2b6cc5ce3f870eb85972245464c56b3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 12 Feb 2018 18:00:45 +0100 Subject: slx-fixes.js/default.css: Fix disabled cursor-style --- script/slx-fixes.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'script') diff --git a/script/slx-fixes.js b/script/slx-fixes.js index 1ed71cb9..9cd93c05 100644 --- a/script/slx-fixes.js +++ b/script/slx-fixes.js @@ -41,4 +41,11 @@ if (history && history.replaceState && window && window.location && window.locat // Simple decollapse functionality for tables $('.slx-decollapse').click(function () { $(this).siblings('.collapse').removeClass('collapse'); +}); + +$('a.disabled').each(function() { + var $this = $(this); + var $hax = $('
'); + $this.after($hax); + $hax.append($this); }); \ No newline at end of file -- cgit v1.2.3-55-g7522