nfg_ui 0.15.0 → 0.15.1

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: 419a30a7bba39457a8a302cd76f9869dc8137cb549daeb69bfc43ede1a300faf
4
- data.tar.gz: 50ba3bbd9c3656168f9ca6764f34c103e9115fc0ce6518b6428e6ab0c6589f9f
3
+ metadata.gz: 9b354ba900a6e46b2eda8601e69b7de3f58e05656328c7e28892bf892fbc8dc2
4
+ data.tar.gz: f02ffac702d1686da3d6552e950a40cbb5b83c8e42aec255fb137ce74c6ef0be
5
5
  SHA512:
6
- metadata.gz: 23b514054279cf16d1b3062dd6b42ff032ed2a855b700d555ba172099929c38f92193e39a9459516bf8e5fed191cf0b162eea8ee363cc83378c2566156ffe8aa
7
- data.tar.gz: bd49cce363c87b9db04b8ce610ea21794273548d80eb1f195162830f69700311647835100292f74e5223e7645fa7a08e1dc88ae4199f8445e9cdc10943fd9c98
6
+ metadata.gz: ad68314c9bdb5faf2afda14487120d9f4927b50bc1d1944b22acaa9b8b3d669141b831119a327003543b6880abd2359205937c70b0a97026ef07a355ccddb959
7
+ data.tar.gz: '0972a216ccd1eacb2d43386cc0a574d94a6de43c2037711eb1228adf384c0891302efa40c11a782899d8e7d82713de1b70aa6a1d669d43f0d7c4bc12bb7aef4c'
@@ -2,5 +2,15 @@
2
2
 
3
3
  a {
4
4
  color: var(--brand-primary-yiq-text-dark);
5
- &:not(.btn):hover, &:not(.btn):focus { color: var(--brand-primary-dark) !important; }
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
+ .bg-dark & {
13
+ color: $white;
14
+ &:hover, &:focus { color: $white; }
15
+ }
6
16
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.15.0'
4
+ VERSION = '0.15.1'
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.15.0
4
+ version: 0.15.1
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-08-01 00:00:00.000000000 Z
12
+ date: 2022-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap