summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 12:22:56 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-10 12:22:56 -0700
commitbed783ac15453f60651f861803bba93c622625ba (patch)
treed560107fff213edcc6abb51f215a029b1e5fd740 /app/assets/stylesheets/pages/pipelines.scss
parente42f7e2a5a733d7c3682bd7d15e509e1943003bc (diff)
downloadgitlab-ce-bed783ac15453f60651f861803bba93c622625ba.tar.gz
Rename btn-secondary to btn-default
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 15e26033197..f7a4a574595 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -37,7 +37,7 @@
.pipeline-actions {
min-width: 170px; //Guarantees buttons don't break in several lines.
- .btn-secondary {
+ .btn-default {
color: $gl-text-color-secondary;
}
@@ -68,7 +68,7 @@
.btn-group {
&.open {
- .btn-secondary {
+ .btn-default {
background-color: $white-normal;
border-color: $border-white-normal;
}