summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-08-29 06:53:09 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-08-29 06:53:09 +0000
commit48bd127593ad27528fc3247b3e4a29e0b21dc8c1 (patch)
tree7094377d5f809c8a40c1f082582b2b2232b9ce26
parente54747fc94a68cf9d0b9c92de5e768112c06ab2d (diff)
parent20055fa68b09adf0dd8b2274efcbd861dcfcab2a (diff)
downloadgitlab-ce-48bd127593ad27528fc3247b3e4a29e0b21dc8c1.tar.gz
Merge branch 'remove-checkbox-styling' into 'master'
Remove checkbox styling See merge request gitlab-org/gitlab-ce!31500
-rw-r--r--app/assets/stylesheets/framework/forms.scss24
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;
- }
-}