active_frontend 16.0.7 → 16.0.8

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: 10c489457f0d4a18c08e1cc570088d89e5559054f03067279717d4e5e98d6c37
4
- data.tar.gz: bcaab69f11ebb02723242f89155bf30a602d1109ef758875db3d70cb16e841eb
3
+ metadata.gz: dc6a38f7f83f24cb6b6285135041cba966506f604b97163755d0317ee8d57080
4
+ data.tar.gz: a785fe18b8d08ad4f8d3f6d495a2a8b3eafec2e93b45c12d1d165e753530fb95
5
5
  SHA512:
6
- metadata.gz: ea805c0280eb3f84e326a99a487608db02db087fad5b010b5c8afcd6623107245077c5cc4c93537a112fa2731fa22f83ab6330d6710da4bcf77aeb6f5084eb84
7
- data.tar.gz: 3300595d13208483e9f9fbfdf194e29a7b0d78c380ab01f62d5b6bb81c050e098360dbcb7a6418dbbc5d94b29ddeae859d253fe375cf704151be172bb3275646
6
+ metadata.gz: 1deddf818641170002bd04f81db334ff65d2f92317b6fa8f8939d20db7b9a596eb4bbce380eeed7a45c847261230358562d68bc9b0dac2f03b10886c615ff238
7
+ data.tar.gz: c7c5cc000767677970892501e93811e772a77127ac0140868c045572ce519cb55859202934ffe4bad59af4bfe239527313b7b1427b2cd163fde8af70f8a59dd3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.7'
4
+ VERSION ||= '16.0.8'
5
5
  end
@@ -60,7 +60,7 @@ textarea,
60
60
  .form-tags {
61
61
  &.dark {
62
62
  background: color(light-slate);
63
- color: color(dark-haze);
63
+ color: color(white);
64
64
 
65
65
  &[disabled] { background: color(slate); }
66
66
  }
@@ -31,7 +31,7 @@
31
31
  }
32
32
  }
33
33
  td {
34
- color: color(dark-haze);
34
+ color: color(white);
35
35
 
36
36
  &.today {
37
37
  background: color(light-slate);
@@ -9,39 +9,40 @@
9
9
  // Selectpicker
10
10
  // ==================================================
11
11
  .selectpicker {
12
- > span {
13
- display: block;
14
- max-height: 230px;
15
- overflow-x: auto;
12
+ > span {
13
+ display: block;
14
+ max-height: 230px;
15
+ overflow-x: auto;
16
16
 
17
- > li {
18
- border-top: 1px solid;
19
- border-top-color: inherit;
20
- clear: both;
21
- display: block;
22
- font-weight: inherit;
23
- line-height: 1;
24
- padding: 6px 0;
25
- margin: 0;
17
+ > li {
18
+ border-top: 1px solid;
19
+ border-top-color: inherit;
20
+ clear: both;
21
+ display: block;
22
+ font-weight: inherit;
23
+ line-height: 1;
24
+ padding: 6px 0;
25
+ margin: 0;
26
26
 
27
- &:first-child {
28
- border-top: 0;
29
- > a { padding-top: 10px; }
30
- }
31
- &:last-child {
32
- > a { padding-bottom: 10px; }
33
- }
27
+ &:first-child {
28
+ border-top: 0;
34
29
 
35
- &.hidden { display: none; }
36
- &.selectpicker-fuzzy { padding: 10px 10px 5px; }
37
- &.bsListEmpty { padding: 16px 20px; }
38
- &.optgroup {
39
- background: color(light-slate);
40
- color: color(light-haze);
41
- font-size: text-size(xs);
42
- font-weight: text-weight(semibold);
43
- padding: 5px 10px;
44
- }
45
- }
46
- }
30
+ > a { padding-top: 10px; }
31
+ }
32
+ &:last-child {
33
+ > a { padding-bottom: 10px; }
34
+ }
35
+
36
+ &.hidden { display: none; }
37
+ &.selectpicker-fuzzy { padding: 10px 10px 5px; }
38
+ &.bsListEmpty { padding: 16px 20px; }
39
+ &.optgroup {
40
+ background: color(light-slate);
41
+ color: color(white);
42
+ font-size: text-size(xs);
43
+ font-weight: text-weight(semibold);
44
+ padding: 5px 10px;
45
+ }
46
+ }
47
+ }
47
48
  }
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: 16.0.7
4
+ version: 16.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-02 00:00:00.000000000 Z
11
+ date: 2018-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails