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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e6bde6a92206f147dc04406339f2411adc15c811110d5d645581268b745a8b3
4
- data.tar.gz: 63d4060a6c6a168c4c6c1612dc19e583ea363d532663b1e3ea60957e811fce96
3
+ metadata.gz: ab312817e5911978ad679f0a410978aeb6cf9c785fbbf7277ba485c4f3ddc3d4
4
+ data.tar.gz: cfb725daaaa0742fe89c9234b695953d1a2a9024f95486c35aac9475fe4e9e12
5
5
  SHA512:
6
- metadata.gz: '0787e7052aec404198307000b7817f31448615b0a6a9c2cb3a7d4311259f67e6f65b62fc170fcfd10367aaff78fdb93918b719f5daa896030187907763e4318e'
7
- data.tar.gz: 44941b332e154338a7256139aaa08b7a203309636c839a5a3f3aaa8b1235f683df53747dab35b04fab546dabe842d45f82b8d667d09483c89a04f6a440d942cd
6
+ metadata.gz: 258c002448bb336e07e1a2b054805f618cf236b435c49d67a844d03ca6628371460029099491aebca56e1359d5424cc52cdac427dca6bf93af854f2d3777ea58
7
+ data.tar.gz: 2b6402b72750534f2be88a87aa28b99145326db73e91aab67cf779677777ba2af0522d086d1be106778db05fa2fcd42eec52c0c1380317173b2487bdc9385281
@@ -4,6 +4,7 @@
4
4
  }
5
5
  .redactor-box {
6
6
  margin-bottom: 0 !important;
7
+ min-height: ($spacer * 5);
7
8
  border: $border-width solid $border-color;
8
9
  }
9
10
  .redactor-toolbar {
@@ -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 {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.12.9'
4
+ VERSION = '0.12.10'
5
5
  end
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.9
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-07-28 00:00:00.000000000 Z
12
+ date: 2021-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap