Explorar o código

Remove unneeded icon overrides from icon styles

Thibaud Colas %!s(int64=5) %!d(string=hai) anos
pai
achega
5e19ce89f1
Modificáronse 1 ficheiros con 0 adicións e 26 borrados
  1. 0 26
      client/scss/components/_icons.scss

+ 0 - 26
client/scss/components/_icons.scss

@@ -67,37 +67,11 @@
     font-size: 1.1rem;
 }
 
-.icon-view:before {
-    content: '4';
-}
-
-.icon-no-view:before {
-    content: '^';
-}
-
-.icon-collapse-down:before {
-    content: '5';
-}
-
-.icon-collapse-up:before {
-    content: '6';
-}
-
-.icon-date:before {
-    content: '7';
-}
-
-.icon-time:before {
-    content: '8';
-}
-
-
 .icon-spinner:after,
 .icon-spinner:before {
     width: 1em;
     animation: spin 0.5s infinite linear;
     display: inline-block;
-    // content: '1';
 }
 
 .icon-horizontalrule:before {