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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f28134e8c5ffac6e8c717116be65152b99de38d85247c40cdc2f3812addff1f
|
|
4
|
+
data.tar.gz: 43faba5d90b383a989b5b04dbead4a6c6d19af8beeacda4c6d6f17ababa8ea5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 475ca8113e408deaa7cfd7a85e75f0d58740fd3883f4340421071ba21f9d1b432a3af075c38d35747c47b66cd169a213753cc1485dea27fe0ded378604af1ad5
|
|
7
|
+
data.tar.gz: e380f6fc3254121ed4c34b99befb5d9e448bc7510aa45617744b74f9d1b6755a2b0342d89cc50e730c60cae88921215e67f97343ebb815d00bfd22eb76161ee2
|
|
@@ -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(
|
|
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(
|
|
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(
|
|
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);
|
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.
|
|
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-
|
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|