From 94a52903661b70be16f41189cae545e3433c09c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 22 Jan 2017 16:30:13 +0100 Subject: [PATCH] White checkmark fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/inputs.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 5c64bd4662..924344bea7 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -274,10 +274,10 @@ input { } &.checkbox--white { &:checked + label:before { - background-image: url('../img/actions/checkbox-mark.svg'); + background-image: url('../img/actions/checkbox-mark-white.svg'); } &:indeterminate + label:before { - background-image: url('../img/actions/checkbox-mixed.svg'); + background-image: url('../img/actions/checkbox-mixed-white.svg'); } &:checked:disabled + label:after { border-color: #aaa;