Commit daa4590c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

Consistent button colors for disabled buttons

Closes #29263 and #29221

See merge request !9848
parents c8bbf9a8 3c53f66c
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
white-space: nowrap; white-space: nowrap;
&[disabled] { &[disabled] {
background-color: $input-bg-disabled; opacity: .65;
cursor: not-allowed; cursor: not-allowed;
} }
......
...@@ -24,10 +24,6 @@ ...@@ -24,10 +24,6 @@
color: inherit; color: inherit;
} }
.btn-success.dropdown-toggle:disabled {
background-color: $gl-success;
}
.accept-merge-request { .accept-merge-request {
&.ci-pending, &.ci-pending,
&.ci-running { &.ci-running {
......
---
title: ensure MR widget dropdown is same color as button
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment