nfg_ui 0.12.0 → 0.12.0.5

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: 127b92a6cde34aa088a78559d148bde669ca0854dc2e1296c55fc3a7e3894a20
4
- data.tar.gz: 4eabadc256b09bea511fee7ca6da77b4ed686739945b162d05e1dcdd07c29183
3
+ metadata.gz: f9c702d97eda5b23ee162f55317d3a484cff40afb7f03e01c374b6ffe5701459
4
+ data.tar.gz: 9c6e0e2a39f79b4bd146d4453cbfd0423e57131385daf6e9fe8995480a2e651b
5
5
  SHA512:
6
- metadata.gz: 0ef3f757c8f01c7811a393916c3620aa9e4861c3188905d457cbe7702512442acd8ae0f50c54b09438e695d4dca26653c72ef2edd36945c11a8b561beed3e721
7
- data.tar.gz: a797b99c5065414a80577b33b14308c92048730c00934cf43fda7240306f94431491ac4ee8113cc0a44741fad56a8683a2942f6b00006aa6db0e2274f67eced9
6
+ metadata.gz: 736a4376cd3729eb1d931aa27e7d2e604ee60624e07205d8290cd091cc170e880bb38971246dc45a8f7da3075ef1df1c74ce9284aca5c794a143ac73552543c2
7
+ data.tar.gz: 3964a532a2728a9d89915911a6e841b833d2dd431b2906bec522d54b0808ffbf70062cf1df459445b7e0f453fd916b7714e0bbc6c6306cac09ee562e7dfcb191
@@ -12,6 +12,11 @@
12
12
  &.focus {
13
13
  box-shadow: 0 0 0 $input-btn-focus-width transparentize($primary, 0.8);
14
14
  }
15
+ &.disabled, &:disabled {
16
+ color: color-yiq($primary);
17
+ background-color: $primary;
18
+ border-color: $primary;
19
+ }
15
20
  &:not(:disabled):not(.disabled):active,
16
21
  &:not(:disabled):not(.disabled).active,
17
22
  .show > &.dropdown-toggle {
@@ -36,6 +41,7 @@
36
41
  .btn-link {
37
42
  color: color-yiq($primary, $yiq-text-dark, $primary);
38
43
  &:hover { color: color-yiq(darken($primary, 15%), $yiq-text-dark, darken($primary, 15%)); }
44
+ &:focus { box-shadow: 0 0 0 $input-btn-focus-width transparentize($primary, 0.8); }
39
45
  }
40
46
 
41
47
  .bg-dark {
@@ -14,6 +14,10 @@
14
14
  }
15
15
  .redactor-editor, .redactor-box, .redactor-box textarea { z-index: auto; }
16
16
  .redactor-box .redactor-toolbar { z-index: $zindex-dropdown - 10 !important; }
17
+ #redactor-modal-close {
18
+ border: none;
19
+ background: none;
20
+ }
17
21
 
18
22
  body.modal-open {
19
23
  .redactor-toolbar { z-index: $zindex-modal-backdrop - 1 !important; }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.12.0'
4
+ VERSION = '0.12.0.5'
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.0
4
+ version: 0.12.0.5
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-05-25 00:00:00.000000000 Z
12
+ date: 2021-06-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap