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

View File

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