From afb55d61450f376d13aad3e2ff0591d297575a9d Mon Sep 17 00:00:00 2001
From: gnaegi <none@none>
Date: Fri, 26 Sep 2014 10:03:49 +0200
Subject: [PATCH] OO-1211 remove unnecessary douplicated import in square style

---
 src/main/webapp/static/themes/light/styles/_square_theme.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/webapp/static/themes/light/styles/_square_theme.scss b/src/main/webapp/static/themes/light/styles/_square_theme.scss
index 98b35f12762..9f58a0f986b 100644
--- a/src/main/webapp/static/themes/light/styles/_square_theme.scss
+++ b/src/main/webapp/static/themes/light/styles/_square_theme.scss
@@ -70,8 +70,7 @@ wizard {
 	}
 }
 
-/* Load font-awesome variables to change the icon used for the toggle button */
-@import "../../../font-awesome/scss/variables";
+/* Change the round icon used for the toggle button to square one */
 .o_icon_toggle:before { content: $fa-var-stop; }
 .o_button_toggle {
 	line-height: $o-toggle-size + 1;
-- 
GitLab