active_frontend 16.0.3 → 16.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47543de2a8a46eac2cf3c238398ffffc24afc5140a18915988fbbeddac3b1256
|
|
4
|
+
data.tar.gz: 201b7edcd03fa10c7f99a6e23eeb435b8f2a002a0c979688f3f6607568e097d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 633df64765f133ce3406ed70e32971a333c43170ba6be38b687cb002aac9d6b366b376ca51d51ae53b7506438b2277f11aa994317e02782abeee48e9d0917298
|
|
7
|
+
data.tar.gz: 47651d2e7cd59f7bc71f949eb939b2c60a867d11b1134d6b776d0e65caaf3a1be2354d35bad48c7279b003dedf8b2cb34e00ccf1b585851e3cd56902a59dc11e
|
|
@@ -96,7 +96,7 @@ input[type='search']::-webkit-search-cancel-button,
|
|
|
96
96
|
input[type='search']::-webkit-search-decoration { @include appearance(none); }
|
|
97
97
|
label {
|
|
98
98
|
display: inline-block;
|
|
99
|
-
font-weight: text-weight(
|
|
99
|
+
font-weight: text-weight(normal);
|
|
100
100
|
line-height: 1;
|
|
101
101
|
margin-bottom: 5px;
|
|
102
102
|
vertical-align: middle;
|
|
@@ -476,7 +476,7 @@ textarea {
|
|
|
476
476
|
background: color(haze);
|
|
477
477
|
border-radius: border-radius(b);
|
|
478
478
|
font-size: text-size(xxs);
|
|
479
|
-
font-weight: text-weight(
|
|
479
|
+
font-weight: text-weight(normal);
|
|
480
480
|
left: 16px;
|
|
481
481
|
line-height: 1;
|
|
482
482
|
margin: -7px 0 0;
|
|
@@ -121,7 +121,16 @@ wbr {
|
|
|
121
121
|
text-align: inherit;
|
|
122
122
|
text-decoration: inherit;
|
|
123
123
|
text-rendering: optimizeLegibility;
|
|
124
|
+
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
|
|
124
125
|
text-transform: inherit;
|
|
126
|
+
|
|
127
|
+
&::before,
|
|
128
|
+
&::after {
|
|
129
|
+
-webkit-font-smoothing: antialiased;
|
|
130
|
+
-moz-osx-font-smoothing: grayscale;
|
|
131
|
+
text-rendering: optimizeLegibility;
|
|
132
|
+
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
|
|
133
|
+
}
|
|
125
134
|
}
|
|
126
135
|
article,
|
|
127
136
|
aside,
|