Close buttons on tabs
Created by: akavlie
I'm trying to implement tabs (actually pills in my case, with less rounding, as the styling is closer to what I want) with a close button to the right, similar to browser tabs. This should be added to Twitter Bootstrap as an option.
Extending current code to do this isn't as clean/easy as it should be because the pill color is on the <a>
element rather than the <li>
, so anything added after the link falls outside of the visible pill bounds.