Use warning color merge conflicts icon in MR status widget.

This commit is contained in:
Fatih Acet 2016-06-06 17:59:20 +03:00
parent 316630ad2c
commit 028592eba6
2 changed files with 7 additions and 2 deletions

View file

@ -105,6 +105,11 @@
font-size: 17px;
margin: 5px 0;
color: $gl-gray-dark;
&.has-conflicts .fa-exclamation-triangle {
color: $gl-warning;
}
}
p:last-child {

View file

@ -1,4 +1,4 @@
%h4
%h4.has-conflicts
= icon("exclamation-triangle")
This merge request contains merge conflicts