Browse Source

Fixes issue with flag icons

pull/1139/merge
jlukic 10 years ago
parent
commit
b43dc13198
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/elements/flag.less

4
src/definitions/elements/flag.less

@ -18,7 +18,7 @@
@import '../../semantic.config';
i.flag {
i.flag:not(.icon) {
display: inline-block;
width: @width;
@ -35,7 +35,7 @@ i.flag {
backface-visibility: hidden;
}
i.flag:before {
i.flag:not(.icon):before {
display: inline-block;
content: '';
background: url(@spritePath) no-repeat 0px 0px;

Loading…
Cancel
Save