mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Remove useless CSS rules
This commit is contained in:
parent
b6b29aa6a6
commit
17b77dfae9
1 changed files with 0 additions and 2 deletions
|
|
@ -72,8 +72,6 @@ export const Subheading = styled.p`
|
|||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: ${theme.text.tertiary};
|
||||
text-decoration-skip: spaces;
|
||||
text-decoration-skip-ink: auto;
|
||||
}
|
||||
a:active, a:focus {
|
||||
box-shadow: 0 0 0 1px ${theme.bg.default},
|
||||
|
|
|
|||
Loading…
Reference in a new issue