From 02ffbda2ded1d334412a3461cf548699767f317f Mon Sep 17 00:00:00 2001 From: Himanshu Grover Date: Wed, 9 Aug 2017 11:46:28 +0530 Subject: [PATCH] Checkbox Background transparent right sign (inside checkbox) instead of green colored. --- less/_checkboxes.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/less/_checkboxes.less b/less/_checkboxes.less index 9c45fc3e..5344a0af 100644 --- a/less/_checkboxes.less +++ b/less/_checkboxes.less @@ -126,10 +126,6 @@ label.checkbox-inline { -5px 5px 0 10px, 20px -12px 0 11px; } - - & + .checkbox-material .check:after { - //background-color: @brand-success; // FIXME: seems like tho wrong color, test and make sure it can be removed - } } }