active_frontend 14.0.11 → 14.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d11aa2f3f096e7df35b0d7d32c96a1753595f22
4
- data.tar.gz: 01b7478f43d427b012e71fc241649bd56c309c38
3
+ metadata.gz: 2a9913c35f6aa1fb8b80517d35bd9ce7adf7669c
4
+ data.tar.gz: 27aeab96fbd9e35395b149f565467246caefce43
5
5
  SHA512:
6
- metadata.gz: 8f4241f1f3bffe5516064dc3240eb38ac8ea8085c00c595eefc842ea3b07549844e9fb530df223e1aa8688b6d16cf560a7ad705c328a4ccfa0489adfd3441d6c
7
- data.tar.gz: 8620c2cce537a002200db54b687c3a4d1d54df43e7bfef60cbf8dad28a1d25005d4566912a120b93e4341287cccccf96225fb9b4c8922fb6d1ad3fed412124db
6
+ metadata.gz: d657d3f845edfc4fb8549f4e81222ac4998575af3100a916aadaabb5253bf7cc9a35804d02d60655b48f0adeaed797189fa1223fc68303cd3241107acc42b78a
7
+ data.tar.gz: 8fea5fb6dbecd29391a326918223ddef6f1f3e583156e0f867ccd2888b917b9343306f9fa012d3bc64d4daca1c648fda14a7a02baddd3498fbf053314b500787
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.11'.freeze
2
+ VERSION = '14.0.12'.freeze
3
3
  end
@@ -149,16 +149,21 @@
149
149
  -ms-tap-highlight-color: $color;
150
150
  tap-highlight-color: $color;
151
151
  }
152
- @mixin text-size-adjust($size) {
153
- -webkit-text-size-adjust: $size;
154
- -ms-text-size-adjust: $size;
155
- text-size-adjust: $size;
156
- }
157
152
  @mixin text-decoration-skip($object) {
158
153
  -webkit-text-decoration-skip: $object;
159
154
  -ms-text-decoration-skip: $object;
160
155
  text-decoration-skip: $object;
161
156
  }
157
+ @mixin text-fill-color($color) {
158
+ -webkit-text-fill-color: $color;
159
+ -ms-text-fill-color: $color;
160
+ text-fill-color: $color;
161
+ }
162
+ @mixin text-size-adjust($size) {
163
+ -webkit-text-size-adjust: $size;
164
+ -ms-text-size-adjust: $size;
165
+ text-size-adjust: $size;
166
+ }
162
167
  @mixin transform($transform) {
163
168
  -webkit-transform: $transform;
164
169
  -ms-transform: $transform;
@@ -59,6 +59,7 @@ textarea {
59
59
  &:focus { border-color: color(blue); }
60
60
  &:focus:invalid { border-color: color(red); }
61
61
  &[disabled] {
62
+ @include text-fill-color(color(dark-gray));
62
63
  background: color(light-haze);
63
64
  color: color(dark-gray);
64
65
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.11
4
+ version: 14.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-27 00:00:00.000000000 Z
11
+ date: 2016-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails