nfg_ui 5.15.7 → 6.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 506a31ea8ff973a4b7593d137e719c983672ab9d9709a5faaf03e82fc9f29145
4
- data.tar.gz: b836b25e03b2a098e4d85a0f556e3e89b553081562bf40fa524a20136553bf30
3
+ metadata.gz: bc8922ccf4de5fdaa368640e4fb05b82e795bdc050b0aa4978b6af12f4bc3a8e
4
+ data.tar.gz: 7ef4a8469679646b74db275dd9bc165b301bc0bf6b52c370afcfac27a1f5a007
5
5
  SHA512:
6
- metadata.gz: 414056e33406a7ec646e40f2748c1b2168a6e4ced40fbe80969b500f55df6d53eb00bcc8e0f16ffc84e94db097a1883665b839952b9500a31cf4cff57bbf0af4
7
- data.tar.gz: 9cdd7016356403e4a9bb2f34692af926210a0dff3f57182140ca40e77a6334083fab2f27f8b8911aec7b3ddc18952d50133cacea9f4a172de3780b38ee9d7f0a
6
+ metadata.gz: 6acbd5dbd3485d6b9c9eec5f16024e46d210883acc09699e1c94060fc5d41c2783f8d95e1788973831b4f7b0df5484f8b38b0e809c7a5b6a5bf02a26a78a7632
7
+ data.tar.gz: 80282e4f4ff3040d4e292aa34a50b14b48a28776b89c22d9f21152900e332e4af44c354d83044bb4b508470f4c0b41bc54787aa4de9535126f4442f3f1edef98
@@ -2,15 +2,18 @@
2
2
 
3
3
  a {
4
4
  color: var(--brand-primary-yiq-text-dark);
5
- &:not([class*="btn"], [class*="nav"]) {
6
- color: var(--brand-primary-yiq-text-dark);
7
- text-decoration: underline;
8
- &:hover, &:focus {
9
- text-decoration: none;
10
- }
11
- }
12
5
  .bg-dark & {
13
6
  color: $white;
14
7
  &:hover, &:focus { color: $white; }
15
8
  }
16
9
  }
10
+
11
+ // have to call out each individual instead of combining multiple elements using nested &:not(.btn, .nav-link)
12
+ a:not(.btn, .nav-link, .dropdown-item, .page-link) {
13
+ color: var(--brand-primary-yiq-text-dark);
14
+ text-decoration: underline;
15
+ &:hover, &:focus {
16
+ color: var(--brand-primary-yiq-text-dark);
17
+ text-decoration: none !important;
18
+ }
19
+ }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '5.15.7'
4
+ VERSION = '6.16.0'
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: 5.15.7
4
+ version: 6.16.0
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: 2022-12-08 00:00:00.000000000 Z
12
+ date: 2023-04-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap
@@ -85,30 +85,30 @@ dependencies:
85
85
  name: rails
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ">="
88
+ - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: 4.2.0
90
+ version: '6.0'
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - ">="
95
+ - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: 4.2.0
97
+ version: '6.0'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: sass-rails
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - "~>"
103
103
  - !ruby/object:Gem::Version
104
- version: '5.0'
104
+ version: '6.0'
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - "~>"
110
110
  - !ruby/object:Gem::Version
111
- version: '5.0'
111
+ version: '6.0'
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: select2-rails
114
114
  requirement: !ruby/object:Gem::Requirement