nfg_ui 0.12.0.2 → 0.12.0.3

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: 743a06d3fab019940d465d3fa04273efed051e68641026bd8a8a3d2658210def
4
- data.tar.gz: 92331208b6b56c8bf4aaa9283c61aab4f55920051487a79041bfbadf97127da4
3
+ metadata.gz: fd1a26d01e794a85545d14401527b545f9794fa1d4a08d72d7cb7e5aafa43747
4
+ data.tar.gz: 46341d8e79543535e52ab5c14eca5f88ae78248715414c3673e188920d9486d2
5
5
  SHA512:
6
- metadata.gz: fbf848d3197f3e50a4dba030ac45d99a7e38db9212fd8c02a8191f1b312feab5c6340b9c8a2a5a8e534c445a03c308a03cbed27bc62996e947be986c4fca9fdc
7
- data.tar.gz: 0b100b9f01f2a17d00538ce2502ddec9d3c865f1cddeb871f59e4d56757e11a358b1a3d88f90269649b82e86183092b52eb542f3323af7dbc1e46116f514e983
6
+ metadata.gz: 8a373a212e8b62c17208147f9311052a5802340ddee7df4b097d2ef4472201cce6ac60bd2e003e6c7751effc2f6aa96f76c7b6fdb5164ffa5964014f64d90ba8
7
+ data.tar.gz: 83454913b0309e83502af894a13964a33c19395ef56c1b5c711766259c1e0f82c331cce4c760cb1d1cde89f1af700a173abf951d9dc319114c516c3bdb14e70e
@@ -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 {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.12.0.2'
4
+ VERSION = '0.12.0.3'
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.2
4
+ version: 0.12.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Roehm