We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00f9b7 commit f3a8930Copy full SHA for f3a8930
projects/pastanaga-angular/src/styles/components/_textfields.scss
@@ -65,7 +65,6 @@
65
}
66
// Definition specific for text field labels
67
.pa-field-label {
68
- background: $color-background-field-label;
69
border-radius: $border-radius-field;
70
color: $color-text-field-label-regular;
71
left: $padding-field-control-left;
@@ -137,6 +136,7 @@
137
136
&:not(:disabled):not(:read-only):focus,
138
&:not(:disabled):not(:read-only):active {
139
& ~ .pa-field-label {
+ background: $color-background-field-label;
140
transform: scale(#{$scale-text-field-label}) translateY(-#{$translateY-text-field-label})
141
translateX(-#{rhythm(0.5)});
142
padding: 0 rhythm(1);
0 commit comments