From aa793789e2fd960e527b7085a9553561e7d8559a Mon Sep 17 00:00:00 2001 From: Mohammad Younes Date: Sat, 22 Feb 2014 19:08:12 +0200 Subject: [PATCH] fix reversed hide/unhide basic icons --- src/elements/basic.icon.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/elements/basic.icon.less b/src/elements/basic.icon.less index 37d39f390..3a18192c6 100755 --- a/src/elements/basic.icon.less +++ b/src/elements/basic.icon.less @@ -144,8 +144,8 @@ i.basic.icon.paint:before { content: '\e7b5'; } /* '' */ i.basic.icon.edit:before { content: '\270d'; } /* '✍' */ i.basic.icon.eject:before { content: '\2ecf'; } /* '⻏' */ i.basic.icon.export:before { content: '\e715'; } /* '' */ -i.basic.icon.hide:before { content: '\e80f'; } /* '' */ -i.basic.icon.unhide:before { content: '\e70b'; } /* '' */ +i.basic.icon.hide:before { content: '\e70b'; } /* '' */ +i.basic.icon.unhide:before { content: '\e80f'; } /* '' */ i.basic.icon.facebook:before { content: '\f301'; } /* '' */ i.basic.icon.fast-forward:before { content: '\e804'; } /* '' */ i.basic.icon.fire:before { content: '🔥'; } /* '\1f525' */