the changes made in #43102 are completely wrong and actually breaks basic bootstrap functionality. Instead of writing a fix for the joomla-alert component the changes impact every div that uses the bootstrap alert classes.
they should be reverted so we dont break regular usage of bootstrap alert divs that are used throughout joomla but now have links and buttons that are unreadable thus breaking usability and accessibility
but instead the code in #43102 has broken it so it looks like
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Labels |
Added:
a11y
|
I agree, Bootstrap is broken in Atum admin template...
Even if this improves accessibility use : it's better when a link does not look like a button. :-D
<button class="btn btn-info"> Button </button>
<a href="#" class="btn btn-info"> Link styled like a button </a>