mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Styling Bugfix: 13772 (#13983)
This commit is contained in:
parent
cd9e3aeab3
commit
c9671b5319
1 changed files with 4 additions and 2 deletions
|
|
@ -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]) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue