Styling Bugfix: 13772 (#13983)

This commit is contained in:
Emiel Popelier 2022-06-03 22:41:46 +02:00 committed by GitHub
parent cd9e3aeab3
commit c9671b5319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,10 @@ body {
// Restore the default styling for a elements without an href attribute
// that was changed in bootstrap 4.5.1
a:not([href]), a:not([href]):hover {
color: inherit;
text-decoration: none;
&:not([role=button]) {
color: inherit;
text-decoration: none;
}
}
a, a:not([href]):not([tabindex]) {