nfg_ui 0.11.11 → 0.11.11.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cbb1c4c7004b0eda035d6cc0ea7fdf77a24d7b98888fab889694a0d9dfabff3
|
4
|
+
data.tar.gz: '09567d917aed809c99b945066fafc6bfc3f22c9c9c9095a40b8d68103da365ab'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 641321a0f684bb7bd71f95aede967475e7cf884012bd483f2c97567b7cc8fb57e75b3363a20b657cffe5d2e521c7ad115391420aa8ce82ffacad62b0c67d4e0c
|
7
|
+
data.tar.gz: ac31e80bfe96dbabf35d15396f7d2b16264db5c342a98993973dccdbf161ef31935b2626ea0fe383ca59510a72b1e1f506c8437e99f59ec3f6e02bb86395faab
|
@@ -13,7 +13,7 @@ body:not(.modal-open) {
|
|
13
13
|
.select2-container--default { z-index: $zindex-dropdown; }
|
14
14
|
}
|
15
15
|
body.modal-open {
|
16
|
-
.select2-container { z-index: $zindex-modal + 2 !important; } // makes select2 dropdown higher than redactor toolbar in modals
|
16
|
+
.modal .select2-container { z-index: $zindex-modal + 2 !important; } // makes select2 dropdown higher than redactor toolbar in modals
|
17
17
|
}
|
18
18
|
|
19
19
|
|
data/lib/nfg_ui/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nfg_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.11
|
4
|
+
version: 0.11.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Roehm
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-01-
|
12
|
+
date: 2021-01-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bootstrap
|