nfg_ui 0.12.9 → 0.12.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss +1 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_datetimepicker.scss +7 -0
- data/app/assets/stylesheets/nfg_ui/network_for_good/core/plugins/_select2.scss +0 -1
- data/lib/nfg_ui/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab312817e5911978ad679f0a410978aeb6cf9c785fbbf7277ba485c4f3ddc3d4
|
4
|
+
data.tar.gz: cfb725daaaa0742fe89c9234b695953d1a2a9024f95486c35aac9475fe4e9e12
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 258c002448bb336e07e1a2b054805f618cf236b435c49d67a844d03ca6628371460029099491aebca56e1359d5424cc52cdac427dca6bf93af854f2d3777ea58
|
7
|
+
data.tar.gz: 2b6402b72750534f2be88a87aa28b99145326db73e91aab67cf779677777ba2af0522d086d1be106778db05fa2fcd42eec52c0c1380317173b2487bdc9385281
|
@@ -277,3 +277,10 @@
|
|
277
277
|
[data-action='togglePeriod']:after { content: 'Toggle AM/PM'; }
|
278
278
|
[data-action='clear']:after { content: 'Clear the picker'; }
|
279
279
|
[data-action='today']:after { content: 'Set the date to today'; }
|
280
|
+
|
281
|
+
body:not(.modal-open) {
|
282
|
+
.bootstrap-datetimepicker-widget { z-index: $zindex-dropdown + 1 !important; } // makes datetimepicker dropdown higher than select2
|
283
|
+
}
|
284
|
+
body.modal-open {
|
285
|
+
.modal .bootstrap-datetimepicker-widget { z-index: $zindex-modal + 3 !important; } // makes datetimepicker dropdown higher than redactor toolbar and select2 in modals
|
286
|
+
}
|
@@ -16,7 +16,6 @@ body.modal-open {
|
|
16
16
|
.modal .select2-container { z-index: $zindex-modal + 2 !important; } // makes select2 dropdown higher than redactor toolbar in modals
|
17
17
|
}
|
18
18
|
|
19
|
-
|
20
19
|
.select2-container--default {
|
21
20
|
&.select2-container--focus .select2-selection--multiple,
|
22
21
|
&.select2-container--open .select2-selection--single {
|
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.12.
|
4
|
+
version: 0.12.10
|
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-
|
12
|
+
date: 2021-08-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bootstrap
|