diff --git a/resources/assets/stylesheets/scss/forms.scss b/resources/assets/stylesheets/scss/forms.scss index e1a811454b15add7b7109f4fb6e9a27dfc0b97a4..5cad7509aa0801318809b2f1b734aa91d8cea24b 100644 --- a/resources/assets/stylesheets/scss/forms.scss +++ b/resources/assets/stylesheets/scss/forms.scss @@ -225,10 +225,6 @@ form.default { } } - input[type=checkbox], input[type=radio] { - vertical-align: text-bottom; - } - select[disabled] { background-color: $dark-gray-color-15; }