Better anchor tag `text-decoration: none` underline rule
Open
enhancement
- Dominant language
- Sass
- Stars
- 164
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Just a note to investigate if this anchor philosophy would be more concise vs doing the typical `:hover,
:active, :focus` rules.
```
a {
color: #fff;
}
a:not(:hover) {
text-decoration: none;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.