From 5e19ce89f1afdd99ea188af5015c768af0e14f6f Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 6 Jun 2019 18:00:22 +0100 Subject: [PATCH] Remove unneeded icon overrides from icon styles --- client/scss/components/_icons.scss | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/client/scss/components/_icons.scss b/client/scss/components/_icons.scss index 9f14906b9..1fe652362 100644 --- a/client/scss/components/_icons.scss +++ b/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 {