From 87a444f25690cc380d1d2f7f1e6cf69cb2af8989 Mon Sep 17 00:00:00 2001 From: Himanshu Grover Date: Tue, 8 Aug 2017 12:57:30 +0530 Subject: [PATCH] Removed Extra Variable I'hv checked & found this variable (@icon-color) is extra. --- less/_variables.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/_variables.less b/less/_variables.less index f3dfbf90..edf1b3db 100644 --- a/less/_variables.less +++ b/less/_variables.less @@ -6,7 +6,6 @@ @mdb-text-color-light-hex: @white; // for contrast function in inverse @mdb-text-color-primary: ~"rgba(@{rgb-black}, 0.87)"; @mdb-text-color-primary-hex: @black; // for contrast function in inverse -@icon-color: rgba(0,0,0,0.5); @mdb-label-color: ~"rgba(@{rgb-black}, 0.26)";