mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-20 02:34:12 +00:00
fix(links): restore styles changed in bootstrap@4.5.1
This commit is contained in:
parent
b21b5a4f4b
commit
9caacc8f6c
1 changed files with 7 additions and 0 deletions
|
|
@ -15,6 +15,13 @@ body {
|
|||
color: $gray-200;
|
||||
}
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
a, a:not([href]):not([tabindex]) {
|
||||
cursor: pointer;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue