This is an automated email from the ASF dual-hosted git repository.
rfellows pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git
The following commit(s) were added to refs/heads/master by this push:
new 42eeb0c [NIFI-6549] update field label font weight and color
42eeb0c is described below
commit 42eeb0cc9de49f5bca18e239bf7e0f3dd7dcedbe
Author: Scott Aslan <[email protected]>
AuthorDate: Mon Aug 12 13:27:44 2019 -0400
[NIFI-6549] update field label font weight and color
This closes #50.
---
platform/core/common/styles/_inputs.scss | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/platform/core/common/styles/_inputs.scss
b/platform/core/common/styles/_inputs.scss
index bfa1bc9..93b0927 100644
--- a/platform/core/common/styles/_inputs.scss
+++ b/platform/core/common/styles/_inputs.scss
@@ -69,6 +69,11 @@
font-weight: 300;
}
+ body[fds] .mat-form-field .mat-form-field-label {
+ color: $grey3;
+ font-weight: 300;
+ }
+
body[fds] .mat-form-field-can-float.mat-form-field-should-float
.mat-form-field-placeholder {
transform: translateY(-26px) translateX(-10px) scale(0.75);
}