CSS: Let i don't inherit text-decoration on a:hover

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 23:59:12 +02:00
parent 3b5a04638a
commit d31983bf4f
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ a {
&:hover {
text-decoration: underline;
}
i {
text-decoration: inherit;
}
}
blockquote {