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: 92f8b527486b31ae6f63f8884928f9d5353f8ee7bcda49f302fbd8760e8f0747
4
- data.tar.gz: 312c076aeaa64b2cd45ba3686a9e2c649d558982bfa38b199c8e959fbeb0ada4
3
+ metadata.gz: 47543de2a8a46eac2cf3c238398ffffc24afc5140a18915988fbbeddac3b1256
4
+ data.tar.gz: 201b7edcd03fa10c7f99a6e23eeb435b8f2a002a0c979688f3f6607568e097d3
5
5
  SHA512:
6
- metadata.gz: 601b1b313e617012e25adc737bab2afbab49ee358d846cd266a96692d3364196f08e45da36b7c608dbb7dab2e3b695a912b6c5c08cf75657bc7faec916479d36
7
- data.tar.gz: bff372db5c51e0f83ce6ccec49e74332f928217f6eb4d4e3e3553fcc2f96b714dace9f55c12a277347b9d3d2e4ae196f55b98632dc4eb782ca8b2f5efa1748d8
6
+ metadata.gz: 633df64765f133ce3406ed70e32971a333c43170ba6be38b687cb002aac9d6b366b376ca51d51ae53b7506438b2277f11aa994317e02782abeee48e9d0917298
7
+ data.tar.gz: 47651d2e7cd59f7bc71f949eb939b2c60a867d11b1134d6b776d0e65caaf3a1be2354d35bad48c7279b003dedf8b2cb34e00ccf1b585851e3cd56902a59dc11e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.3'
4
+ VERSION ||= '16.0.4'
5
5
  end
@@ -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(semibold);
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(semibold);
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,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.0.3
4
+ version: 16.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez