You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there is no document or demo about <a> anywhere. Also the style of disabled close button issue will be fixed in v4.1.2 (#26654), it works well with <button>, but does not work with <a>. Demo: https://codepen.io/anon/pen/KBwaLv
If Bootstrap don't support a close button with <a>, we can clean up that CSS.
The text was updated successfully, but these errors were encountered:
The
_close.scss
contains.disabled
class andtext-decoration: none;
and etc, it seems that close buttons support<a>
.bootstrap/scss/_close.scss
Lines 10 to 16 in 283ab30
However, there is no document or demo about
<a>
anywhere. Also the style of disabled close button issue will be fixed in v4.1.2 (#26654), it works well with <button>
, but does not work with<a>
. Demo: https://codepen.io/anon/pen/KBwaLvIf Bootstrap don't support a close button with
<a>
, we can clean up that CSS.The text was updated successfully, but these errors were encountered: