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:
commit
daa4590ca3
3 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@
|
|||
white-space: nowrap;
|
||||
|
||||
&[disabled] {
|
||||
background-color: $input-bg-disabled;
|
||||
opacity: .65;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
|
|
|
@ -24,10 +24,6 @@
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.btn-success.dropdown-toggle:disabled {
|
||||
background-color: $gl-success;
|
||||
}
|
||||
|
||||
.accept-merge-request {
|
||||
&.ci-pending,
|
||||
&.ci-running {
|
||||
|
|
4
changelogs/unreleased/29263-merge-button-color.yml
Normal file
4
changelogs/unreleased/29263-merge-button-color.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: ensure MR widget dropdown is same color as button
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue