Removed Extra Variable

I'hv checked & found this variable (@icon-color) is extra.
This commit is contained in:
Himanshu Grover 2017-08-08 12:57:30 +05:30 committed by GitHub
parent 2b4847f350
commit 87a444f256

View File

@ -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)";