Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/generic/buttons.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/generic/buttons.scss b/app/assets/stylesheets/generic/buttons.scss
index a9849aa487c..36fc771a9dc 100644
--- a/app/assets/stylesheets/generic/buttons.scss
+++ b/app/assets/stylesheets/generic/buttons.scss
@@ -67,8 +67,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #3286b1;
- border-color: #286e8e;
}
}
@@ -83,8 +81,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #47a447;
- border-color: #398439;
}
}
@@ -99,8 +95,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #d2322d;
- border-color: #ac2925;
}
}
@@ -115,8 +109,6 @@
&.disabled,
&[disabled] {
color: #ffffff;
- background-color: #e38c02;
- border-color: #e38c02;
}
}