CSS: Let i in a inherit text-decoration

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 16:46:18 +02:00
parent ca6ed701aa
commit a1245b1ab8
1 changed files with 4 additions and 0 deletions

View File

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