From 060d50eda0ab70f035eb4e17ab3bbb20b082691d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?iBug=20=E2=99=A6?= Date: Tue, 18 Feb 2020 04:26:10 +0800 Subject: [PATCH] Disable box-shadow for radio and checkbox (#2398) --- _sass/minimal-mistakes/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/minimal-mistakes/_forms.scss b/_sass/minimal-mistakes/_forms.scss index 146b37990803..ec77c54d4480 100644 --- a/_sass/minimal-mistakes/_forms.scss +++ b/_sass/minimal-mistakes/_forms.scss @@ -107,6 +107,7 @@ input[type="radio"] { cursor: pointer; border-radius: 0; border: 0 \9; + box-shadow: none; } input[type="checkbox"], @@ -119,7 +120,6 @@ input[type="radio"] { input[type="image"] { border: 0; - box-shadow: none; } input[type="file"] {