active_frontend 17.1.2 → 17.1.3

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: 63a41774dee5a4b7376cb0ea5a51044abaf97669f939982508c42fd91d7f689b
4
- data.tar.gz: 10848376fd70d7a22e8f096c6488e7924c66ddf6b3ccf7ff21ff7772f63e70dc
3
+ metadata.gz: 5f28134e8c5ffac6e8c717116be65152b99de38d85247c40cdc2f3812addff1f
4
+ data.tar.gz: 43faba5d90b383a989b5b04dbead4a6c6d19af8beeacda4c6d6f17ababa8ea5d
5
5
  SHA512:
6
- metadata.gz: f9da08efb84bd59d07fccf19fcdd92d375b2436a956a0524a5c64c6d70cd2098673b26d7a50fdd6c1a647cbe6506564dfd0bf2d359193784bc8de10f24e0523f
7
- data.tar.gz: f0599fc185cb19764eb4b9bdd3f703904f7f5619e626bc74a2197dc8fd3c8b3303679534cb1df9cacc24c474f07488c1aa428eb96a31bc3234da47b5ad680a83
6
+ metadata.gz: 475ca8113e408deaa7cfd7a85e75f0d58740fd3883f4340421071ba21f9d1b432a3af075c38d35747c47b66cd169a213753cc1485dea27fe0ded378604af1ad5
7
+ data.tar.gz: e380f6fc3254121ed4c34b99befb5d9e448bc7510aa45617744b74f9d1b6755a2b0342d89cc50e730c60cae88921215e67f97343ebb815d00bfd22eb76161ee2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '17.1.2'
4
+ VERSION ||= '17.1.3'
5
5
  end
@@ -354,6 +354,7 @@ textarea {
354
354
 
355
355
  label {
356
356
  @include transition(all 0.3s ease-in-out);
357
+ background: color(light-haze);
357
358
  border-radius: border-radius(s);
358
359
  color: color(transparent);
359
360
  cursor: pointer;
@@ -404,9 +405,12 @@ textarea {
404
405
  box-shadow: 0 0 0 3px color-lucidity(red, 0.2);
405
406
  }
406
407
  &.dark {
408
+ background: color(slate);
409
+
407
410
  label {
408
411
  background: color(light-slate);
409
412
 
413
+
410
414
  @if ($pseudo-elements) {
411
415
  &:hover,
412
416
  &:focus { background: color(dark-slate); }
@@ -419,8 +423,10 @@ textarea {
419
423
  }
420
424
  }
421
425
  &.light {
426
+ background: color(light-haze);
427
+
422
428
  label {
423
- background: color(light-haze);
429
+ background: color(haze);
424
430
 
425
431
  @if ($pseudo-elements) {
426
432
  &:hover,
@@ -430,7 +436,7 @@ textarea {
430
436
 
431
437
  input[type='checkbox'],
432
438
  input[type='radio'] {
433
- &[disabled] + label { background: color(light-haze); }
439
+ &[disabled] + label { background: color(haze); }
434
440
  }
435
441
  }
436
442
  &.dark,
@@ -454,7 +460,7 @@ textarea {
454
460
  border-bottom: 2px solid;
455
461
  border-right: 2px solid;
456
462
  border-color: color(red);
457
- border-bottom-right-radius: border-radius(b);
463
+ border-bottom-right-radius: border-radius(s);
458
464
  border-top-left-radius: border-radius(s);
459
465
  color: color(red);
460
466
  font-size: text-size(xxxs);
@@ -665,6 +671,8 @@ textarea {
665
671
  }
666
672
  }
667
673
 
674
+ > label + .form-addon { border-left-width: 0; }
675
+
668
676
  *:first-child {
669
677
  border-bottom-left-radius: border-radius(b);
670
678
  border-top-left-radius: border-radius(b);
@@ -20,7 +20,7 @@
20
20
  display: block;
21
21
  font-weight: inherit;
22
22
  line-height: 1;
23
- padding: 16px 20px 14px;
23
+ padding: 16px 10px 14px;
24
24
  margin: 0;
25
25
 
26
26
  &:first-child { border-top: 0; }
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: 17.1.2
4
+ version: 17.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-03 00:00:00.000000000 Z
11
+ date: 2019-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails