fix(GUI): make all class label text bold (#2060)

We make all tags with `.label` have bold text and remove the need for
`<b>` tags.

Change-Type: patch
Changelog-Entry: Make all `.label` tags' text bold and remove need for `<b>` tags.
This commit is contained in:
Benedict Aas 2018-02-19 18:38:03 +00:00 committed by GitHub
parent fdf15f53d7
commit b1b82301d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -32,7 +32,7 @@
'label-warning': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.WARNING,
'label-danger': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.ERROR
}">
<b>{{ status.message }}</b>
{{ status.message }}
</span>
</footer>

View File

@ -16,7 +16,6 @@
.label {
font-size: 9px;
font-weight: normal;
}
.label-big {

View File

@ -6037,8 +6037,7 @@ body {
* limitations under the License.
*/
.label {
font-size: 9px;
font-weight: normal; }
font-size: 9px; }
.label-big {
font-size: 11px;