nfg_ui 0.12.8 → 0.12.9

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: 2d8f2c14ba5696d088d27de7ad8caea2b9d1307713b2f7d9cbf26e969b50d51b
4
- data.tar.gz: ea3347bb493d9cfce24e218e517d883ee307efbcbdd0f0935534f2717f2e9daa
3
+ metadata.gz: 7e6bde6a92206f147dc04406339f2411adc15c811110d5d645581268b745a8b3
4
+ data.tar.gz: 63d4060a6c6a168c4c6c1612dc19e583ea363d532663b1e3ea60957e811fce96
5
5
  SHA512:
6
- metadata.gz: a10d17d6bca35afc7a14020b3b077f23d917dbd7665a2f80195e6bed495db3b15d808f2a7d9cc46f10fc4fb928515212df0bf2fc494fd99bfd50f1371edd7840
7
- data.tar.gz: 5c2b9c627aad987b32169d0ab1d92b8c5011e1b087fd1120c8bd5ba45a5c4291b478f695730f31298d3ebe550667604187240e6273a9c95e89f8679a973eb7ab
6
+ metadata.gz: '0787e7052aec404198307000b7817f31448615b0a6a9c2cb3a7d4311259f67e6f65b62fc170fcfd10367aaff78fdb93918b719f5daa896030187907763e4318e'
7
+ data.tar.gz: 44941b332e154338a7256139aaa08b7a203309636c839a5a3f3aaa8b1235f683df53747dab35b04fab546dabe842d45f82b8d667d09483c89a04f6a440d942cd
@@ -21,7 +21,7 @@ $builder-preview-padding: ($spacer * 1.5);
21
21
  width: 100%;
22
22
  min-height: $builder-header-height;
23
23
  background-color: $blue-700;
24
- z-index: $zindex-fixed;
24
+ z-index: $zindex-fixed + 1;
25
25
  @include media-breakpoint-up(lg) {
26
26
  position: fixed;
27
27
  top: 0;
@@ -44,6 +44,12 @@
44
44
  color: $body-color !important;
45
45
  background-color: $body-bg;
46
46
  }
47
+ &.disabled,
48
+ &:disabled {
49
+ color: $primary;
50
+ background-color: $white;
51
+ border: $border-width solid $border-color;
52
+ }
47
53
  }
48
54
  .btn-link {
49
55
  font-weight: $btn-font-weight;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.12.8'
4
+ VERSION = '0.12.9'
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.8
4
+ version: 0.12.9
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-27 00:00:00.000000000 Z
12
+ date: 2021-07-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap