Merge branch '29263-merge-button-color' into 'master'

Consistent button colors for disabled buttons

Closes #29263 and #29221

See merge request !9848
This commit is contained in:
Annabel Dunstone Gray 2017-03-10 16:55:02 +00:00
commit daa4590ca3
3 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
white-space: nowrap;
&[disabled] {
background-color: $input-bg-disabled;
opacity: .65;
cursor: not-allowed;
}

View File

@ -24,10 +24,6 @@
color: inherit;
}
.btn-success.dropdown-toggle:disabled {
background-color: $gl-success;
}
.accept-merge-request {
&.ci-pending,
&.ci-running {

View File

@ -0,0 +1,4 @@
---
title: ensure MR widget dropdown is same color as button
merge_request:
author: