Adds background color for disabled state to merge when succeeds dropdown
Adds MR id to changelog entry Fix caret color Remove duplicated semicolon
This commit is contained in:
parent
3de40e03ec
commit
3d0074a6ed
2 changed files with 12 additions and 0 deletions
|
@ -21,6 +21,14 @@
|
|||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
.btn-success.dropdown-toggle .fa {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.btn-success.dropdown-toggle:disabled {
|
||||
background-color: $gl-success;
|
||||
}
|
||||
|
||||
.accept_merge_request {
|
||||
&.ci-pending,
|
||||
&.ci-running {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Adds background color for disabled state to merge when succeeds dropdown
|
||||
merge_request: 8222
|
||||
author:
|
Loading…
Reference in a new issue