diff options
author | jboyson1 <jboyson@gitlab.com> | 2019-08-05 21:02:37 -0500 |
---|---|---|
committer | jboyson1 <jboyson@gitlab.com> | 2019-08-05 21:02:37 -0500 |
commit | bd0120df1863d07ead83b215f46cab4f8549ac63 (patch) | |
tree | 04b1167e0ff7ad4de730ca9afc110a5e3f4029ea | |
parent | fa216b0e86433192ba4e39a05f42217fb4685173 (diff) | |
download | gitlab-ce-bd0120df1863d07ead83b215f46cab4f8549ac63.tar.gz |
Remove checkbox stylingremove-checkbox-styling
-rw-r--r-- | app/assets/stylesheets/framework/forms.scss | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss index 821e6691fe4..69ef116043a 100644 --- a/app/assets/stylesheets/framework/forms.scss +++ b/app/assets/stylesheets/framework/forms.scss @@ -245,27 +245,3 @@ label { .input-group-text { max-height: $input-height; } - -.gl-form-checkbox { - align-items: baseline; - margin-right: 1rem; - margin-bottom: 0.25rem; - - .form-check-input { - margin-right: 0; - } - - .form-check-label { - padding-left: $gl-padding-8; - } - - &.form-check-inline .form-check-input { - align-self: flex-start; - height: 1.5 * $gl-font-size; - } - - .form-check-input:disabled, - .form-check-input:disabled ~ .form-check-label { - cursor: not-allowed; - } -} |