Only apply xeicon to <i> tags that have at least one xi-* class

This commit is contained in:
Kijin Sung 2016-01-12 14:03:52 +09:00
parent b0bfb9a364
commit 269c186024
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
font-style: normal; font-style: normal;
} }
i { i.xi, i[class^="xi-"], i[class*=" xi-"] {
display:inline-block; display:inline-block;
font-family: 'xeicon'; font-family: 'xeicon';
speak: none; speak: none;

File diff suppressed because one or more lines are too long