active_frontend 16.0.20 → 16.0.21

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
  SHA256:
3
- metadata.gz: 23e8a3dbbc928a77632e82eb2d289be2c0bfeb773dca85f4f6fc5d607b7a8a80
4
- data.tar.gz: 76880f482268ac55ab0e72e5c57e45faf5e1e17596138a8f445f556cb5771c40
3
+ metadata.gz: 84bd30e5263288a71e1ba0950dc9ac0473b3ff64b6f09961bbade2899a8c0bb5
4
+ data.tar.gz: 40b8eb17f90535782eea486ce30ca8c0373b67b23aefb43b21fcaa3bc6c33c82
5
5
  SHA512:
6
- metadata.gz: '09595c1e95d557641febf4ce48e22b2a703a20743e46ddaa820e816a5d55070eff697c0631ad39060740f03ffe1f3bb6434f529f0aa0b570abd12a1bcb679667'
7
- data.tar.gz: 611f5f616bde8ad6ab6df923ff851ee53c3a2d04cbed89bfb956fb96d97329aeb372f91c7765d98eeff80f61b842e304f3d0bd4f0a8b8e0de8c76ac5f1f41b24
6
+ metadata.gz: f7a02e5d215477ec74f588cc98a39958b0a00257ab026266944e11eccc8dbd067da901901da759405196022d6b956c621d2093565d34ab433b8afb10d4efcd61
7
+ data.tar.gz: de5c942f713f9b17f9992723d9462a378bf4c08a53dcb8a71153edec4a30b3a59ce37790fc1e4abe2a863178106542a3a12885ad6ecb617518508f0c95c74278
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.0.20'
4
+ VERSION ||= '16.0.21'
5
5
  end
@@ -24,7 +24,7 @@
24
24
  position: fixed;
25
25
  top: 0;
26
26
  width: 560px;
27
- z-index: 1060;
27
+ z-index: 1061;
28
28
 
29
29
  &.clean {
30
30
  background: color(transparent);
@@ -124,7 +124,7 @@
124
124
  position: fixed;
125
125
  right: 0;
126
126
  top: 0;
127
- z-index: 1050;
127
+ z-index: 1060;
128
128
 
129
129
  &.fade {
130
130
  opacity: 0;
@@ -8,7 +8,7 @@
8
8
  // ==================================================
9
9
  .typeahead {
10
10
  margin-top: 10px;
11
- z-index: 1060;
11
+ z-index: 1061;
12
12
 
13
13
  > li > a b,
14
14
  > li.active > a {
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.20
4
+ version: 16.0.21
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-03-28 00:00:00.000000000 Z
11
+ date: 2018-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails