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

View File

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