Styling Bugfix: 13772 (#13983)
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user