From b1b82301d9e4f1308ebb74b4700d6517751bb4ff Mon Sep 17 00:00:00 2001 From: Benedict Aas Date: Mon, 19 Feb 2018 18:38:03 +0000 Subject: [PATCH] fix(GUI): make all class label text bold (#2060) We make all tags with `.label` have bold text and remove the need for `` tags. Change-Type: patch Changelog-Entry: Make all `.label` tags' text bold and remove need for `` tags. --- .../drive-selector/templates/drive-selector-modal.tpl.html | 2 +- lib/gui/app/scss/components/_label.scss | 1 - lib/gui/css/main.css | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/gui/app/components/drive-selector/templates/drive-selector-modal.tpl.html b/lib/gui/app/components/drive-selector/templates/drive-selector-modal.tpl.html index 89bb1071..0cef998c 100644 --- a/lib/gui/app/components/drive-selector/templates/drive-selector-modal.tpl.html +++ b/lib/gui/app/components/drive-selector/templates/drive-selector-modal.tpl.html @@ -32,7 +32,7 @@ 'label-warning': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.WARNING, 'label-danger': status.type === modal.constraints.COMPATIBILITY_STATUS_TYPES.ERROR }"> - {{ status.message }} + {{ status.message }} diff --git a/lib/gui/app/scss/components/_label.scss b/lib/gui/app/scss/components/_label.scss index 1ed15be0..5069ab1d 100644 --- a/lib/gui/app/scss/components/_label.scss +++ b/lib/gui/app/scss/components/_label.scss @@ -16,7 +16,6 @@ .label { font-size: 9px; - font-weight: normal; } .label-big { diff --git a/lib/gui/css/main.css b/lib/gui/css/main.css index 904d3411..028562a0 100644 --- a/lib/gui/css/main.css +++ b/lib/gui/css/main.css @@ -6037,8 +6037,7 @@ body { * limitations under the License. */ .label { - font-size: 9px; - font-weight: normal; } + font-size: 9px; } .label-big { font-size: 11px;