summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-05-06 09:27:34 -0400
committerEnrique Alcantara <ealcantara@gitlab.com>2019-05-30 14:59:54 -0400
commite44a59e1198acfa2b6ee7b07e14933e66e0c6e1f (patch)
treee952c9169e744d3435af273ea05255e8192abb2c
parent7765a4b2ef5007af1128a3b4f5a36ed3cb4c2f23 (diff)
downloadgitlab-ce-e44a59e1198acfa2b6ee7b07e14933e66e0c6e1f.tar.gz
Remove unnecessary btn styling
-rw-r--r--app/assets/stylesheets/framework/forms.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 533419f657b..c5288e21b7f 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -79,13 +79,6 @@ label {
font-family: $monospace-font;
}
- .input-group-prepend .btn,
- .input-group-append .btn {
- padding: 3px $gl-btn-padding;
- background-color: $gray-light;
- border: 1px solid $border-color;
- }
-
@include media-breakpoint-down(xs) {
padding: 0 $gl-padding;
}