From c7e42124c91731e478f90338283bce87b0cde05f Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 25 Jul 2018 13:10:05 -0400 Subject: [PATCH] remove list styles from option fields --- scss/elements/_inputs.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scss/elements/_inputs.scss b/scss/elements/_inputs.scss index 8e07df9c..768b4210 100644 --- a/scss/elements/_inputs.scss +++ b/scss/elements/_inputs.scss @@ -104,6 +104,21 @@ } } + ul { + list-style: none; + margin: 0; + padding: 0; + + > li { + margin: 0; + + [type='radio'] + label, + [type='checkbox'] + label { + margin: 0; + } + } + } + label { font-weight: normal; margin: 0;