active_frontend 14.0.43 → 14.0.44

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: 9125096b59c72a066a6d63e027928b64ef822681
4
- data.tar.gz: e384f71aa52971c52ed89c0db0c18b26b9fe8c78
3
+ metadata.gz: 9ea324e2f73e312436077df3d1413848defea068
4
+ data.tar.gz: a12be34596dcdb2e21ec07e5ce4f5baa969d07d8
5
5
  SHA512:
6
- metadata.gz: 6d9042e91f767cb5471bbdfbef5040ccb29a3f5dc6cebb00ba3c6eb78d2bc2f138d018281fa8ee900b642de12849b6d2696a604f4f76bbd4b9f2d45bc33736e2
7
- data.tar.gz: 500c6b01d43ec3be6cf29f79a5a544e06b3339cb1c130149cc80a6cdf45f92c4600a66700619a8e353198f0e764b8f20e364c7a7246e16d62a493bcd1e69311f
6
+ metadata.gz: f7f06792d888f302a36f3d81212d1757b377f228db67f7275a2c3ed325a586be742102eb6b92978fc24b92ad511977ae2600a0a845bbd228511870048047c9f9
7
+ data.tar.gz: bd51b0f0572612b27eb6b984ca67d8a8d3496f87b1914306210860ee848471a1099e6abc1ebac396630e3e9aea59d0efdf2eb9b297be08ee83009e54e734b347
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.43'.freeze
2
+ VERSION = '14.0.44'.freeze
3
3
  end
@@ -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.43
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-22 00:00:00.000000000 Z
11
+ date: 2016-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails