Browse Source

Remove eye icon from font

Gaël Métais 10 years ago
parent
commit
7aede20819

+ 1 - 14
front/src/css/main.css

@@ -176,7 +176,7 @@ h1 span {
   -webkit-font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
 }
 }
 .icon-back:before {
 .icon-back:before {
-  content: "\e006";
+  content: "\e005";
 }
 }
 .icon-summary {
 .icon-summary {
   font-family: "fontsmith-icons";
   font-family: "fontsmith-icons";
@@ -202,18 +202,5 @@ h1 span {
   -webkit-font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
 }
 }
 .icon-spaghetti:before {
 .icon-spaghetti:before {
-  content: "\e005";
-}
-.icon-eye {
-  font-family: "fontsmith-icons";
-  speak: none;
-  font-style: normal;
-  font-weight: normal;
-  font-variant: normal;
-  text-transform: none;
-  line-height: 1;
-  -webkit-font-smoothing: antialiased;
-}
-.icon-eye:before {
   content: "\e004";
   content: "\e004";
 }
 }

BIN
front/src/fonts/icons.woff


File diff suppressed because it is too large
+ 0 - 0
front/src/fonts/svg-icons/eye.svg


+ 9 - 12
front/src/less/icons.less

@@ -1,21 +1,18 @@
-@arrow-left3-font-family: "fontsmith-icons";
-@arrow-left3-value: "\e006";
-@arrow-left3: '"fontsmith-icons"' '"\\e006"';
+@list-font-family: "fontsmith-icons";
+@list-value: "\e002";
+@list: '"fontsmith-icons"' '"\\e002"';
+@bars-font-family: "fontsmith-icons";
+@bars-value: "\e004";
+@bars: '"fontsmith-icons"' '"\\e004"';
 @lab-font-family: "fontsmith-icons";
 @lab-font-family: "fontsmith-icons";
 @lab-value: "\e003";
 @lab-value: "\e003";
 @lab: '"fontsmith-icons"' '"\\e003"';
 @lab: '"fontsmith-icons"' '"\\e003"';
 @warning-font-family: "fontsmith-icons";
 @warning-font-family: "fontsmith-icons";
 @warning-value: "\e000";
 @warning-value: "\e000";
 @warning: '"fontsmith-icons"' '"\\e000"';
 @warning: '"fontsmith-icons"' '"\\e000"';
-@list-font-family: "fontsmith-icons";
-@list-value: "\e002";
-@list: '"fontsmith-icons"' '"\\e002"';
-@eye-font-family: "fontsmith-icons";
-@eye-value: "\e004";
-@eye: '"fontsmith-icons"' '"\\e004"';
-@bars-font-family: "fontsmith-icons";
-@bars-value: "\e005";
-@bars: '"fontsmith-icons"' '"\\e005"';
+@arrow-left3-font-family: "fontsmith-icons";
+@arrow-left3-value: "\e005";
+@arrow-left3: '"fontsmith-icons"' '"\\e005"';
 @question-font-family: "fontsmith-icons";
 @question-font-family: "fontsmith-icons";
 @question-value: "\e001";
 @question-value: "\e001";
 @question: '"fontsmith-icons"' '"\\e001"';
 @question: '"fontsmith-icons"' '"\\e001"';

+ 0 - 3
front/src/less/main.less

@@ -146,7 +146,4 @@ h1 span {
 }
 }
 .icon-spaghetti {
 .icon-spaghetti {
     .icon(@bars);
     .icon(@bars);
-}
-.icon-eye {
-    .icon(@eye);
 }
 }

Some files were not shown because too many files changed in this diff