Making default labels visible (#999)

This commit is contained in:
Maxime Beauchemin 2016-08-23 14:03:10 -07:00 committed by GitHub
parent ef118dee6a
commit f800ff16c1
2 changed files with 1 additions and 4 deletions

View File

@ -156,9 +156,6 @@ table,
border: 1px solid @brand-success;
}
}
.label-default {
color: @btn-default-color;
}
// Navs =======================================================================

View File

@ -565,7 +565,7 @@
//##
//** Default label background color
@label-default-bg: @btn-default-bg;
@label-default-bg: @gray-light;
//** Primary label background color
@label-primary-bg: @brand-primary;
//** Success label background color