active_frontend 14.0.43 → 14.0.44
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/blocks/_form.scss +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ea324e2f73e312436077df3d1413848defea068
|
|
4
|
+
data.tar.gz: a12be34596dcdb2e21ec07e5ce4f5baa969d07d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7f06792d888f302a36f3d81212d1757b377f228db67f7275a2c3ed325a586be742102eb6b92978fc24b92ad511977ae2600a0a845bbd228511870048047c9f9
|
|
7
|
+
data.tar.gz: bd51b0f0572612b27eb6b984ca67d8a8d3496f87b1914306210860ee848471a1099e6abc1ebac396630e3e9aea59d0efdf2eb9b297be08ee83009e54e734b347
|
|
@@ -63,6 +63,8 @@ textarea {
|
|
|
63
63
|
input:not([type='submit']),
|
|
64
64
|
select,
|
|
65
65
|
textarea {
|
|
66
|
+
box-shadow: inset 0 -2px 0 0 darkish-color(light-haze);
|
|
67
|
+
|
|
66
68
|
&[disabled] {
|
|
67
69
|
@include text-fill-color(color(gray));
|
|
68
70
|
background: color(light-haze);
|
|
@@ -71,10 +73,13 @@ textarea {
|
|
|
71
73
|
|
|
72
74
|
&.dark {
|
|
73
75
|
background: color(light-black);
|
|
76
|
+
box-shadow: inset 0 -2px 0 0 dark-color(light-black);
|
|
74
77
|
|
|
75
78
|
&[disabled] { background: color(black); }
|
|
76
79
|
}
|
|
77
80
|
&.light {
|
|
81
|
+
box-shadow: inset 0 -2px 0 0 darker-color(light-haze);
|
|
82
|
+
|
|
78
83
|
&[disabled] { background: color(light-haze); }
|
|
79
84
|
}
|
|
80
85
|
}
|
|
@@ -314,6 +319,7 @@ textarea {
|
|
|
314
319
|
border: 1px solid;
|
|
315
320
|
border-color: color(dark-haze);
|
|
316
321
|
border-radius: border-radius(b);
|
|
322
|
+
box-shadow: inset 0 -2px 0 0 darkish-color(light-haze);
|
|
317
323
|
display: inline-block;
|
|
318
324
|
height: 18px;
|
|
319
325
|
line-height: 18px;
|
|
@@ -369,6 +375,7 @@ textarea {
|
|
|
369
375
|
&.dark {
|
|
370
376
|
label {
|
|
371
377
|
background: color(light-black);
|
|
378
|
+
box-shadow: inset 0 -2px 0 0 dark-color(light-black);
|
|
372
379
|
|
|
373
380
|
&:hover { background: color(dark-black); }
|
|
374
381
|
}
|
|
@@ -376,6 +383,7 @@ textarea {
|
|
|
376
383
|
&.light {
|
|
377
384
|
label {
|
|
378
385
|
background: color(light-haze);
|
|
386
|
+
box-shadow: inset 0 -2px 0 0 darker-color(light-haze);
|
|
379
387
|
|
|
380
388
|
&:hover { background: color(dark-haze); }
|
|
381
389
|
}
|
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.
|
|
4
|
+
version: 14.0.44
|
|
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-12-
|
|
11
|
+
date: 2016-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|