From 0c39b5cd3b6ed35b7d314b9b43d6ec0b33b39690 Mon Sep 17 00:00:00 2001 From: enbo Date: Mon, 14 Mar 2016 14:33:01 -0500 Subject: [PATCH] Fix typo should be 'bordered' not 'bordeblack' probably an issue with find and replacing the term 'red' --- src/definitions/elements/icon.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/elements/icon.less b/src/definitions/elements/icon.less index e88a30144..f019f5e7e 100755 --- a/src/definitions/elements/icon.less +++ b/src/definitions/elements/icon.less @@ -378,7 +378,7 @@ i.black.icon { i.inverted.black.icon { color: @lightBlack !important; } -i.inverted.bordeblack.black.icon, +i.inverted.bordered.black.icon, i.inverted.circular.black.icon { background-color: @black !important; color: @white !important;