ketrew
ketrew copied to clipboard
Make close boxes links
This way I can click them from my keyboard
I (vimium/vimperator user) aso find this painful but I don't know how to fix it without reinventing the whole tabs row:
Bootstrap requires the whole tab to be an <a ... > and putting an a inside an a is not HTML5 compliant (and breaks bootstrap anyway).
What I'd probably do is replace Bootstrap's tab implementation; shouldn't be too much of a pain. This may just be easier to do during a larger GUI redesign, anyway, if we go that route.