From b43dc13198ea33e723c53a5ae126161f064b6648 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 3 Oct 2014 16:47:20 -0400 Subject: [PATCH] Fixes issue with flag icons --- src/definitions/elements/flag.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/definitions/elements/flag.less b/src/definitions/elements/flag.less index 8b5c35912..7a181caab 100755 --- a/src/definitions/elements/flag.less +++ b/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;