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:
Filipa Lacerda 2016-12-21 12:20:18 +00:00
parent 3de40e03ec
commit 3d0074a6ed
2 changed files with 12 additions and 0 deletions

View file

@ -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 {

View file

@ -0,0 +1,4 @@
---
title: Adds background color for disabled state to merge when succeeds dropdown
merge_request: 8222
author: