GIPainter-button 0.2.8 → 0.2.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
  SHA1:
3
- metadata.gz: a95628a66c8a5ee38a74e908df9e471e2e096730
4
- data.tar.gz: f3f5fc36d537f72e1a911a4072d8b7131c747f8d
3
+ metadata.gz: dace3732e4cbc0a5a89832e5b0392d7456b20185
4
+ data.tar.gz: b7b078705b2dc068b92fdc78d18833f6d8bd8567
5
5
  SHA512:
6
- metadata.gz: 3cc76446436b874140e3e0c226c1934a11eb1b33870bf8cab60e701598e7b3b708d5218a735bee62112df4f516bf3d44355a048564526476b239a216c6be22ae
7
- data.tar.gz: dd2d7a6df4141b70da39705afca276f125a94c617d08a13c4fa1aa89ad1aae1b4ddc1f2a95891623cb9b2f41ac5b71c902b4bde5ea3e60d101c1c985f79fb4a2
6
+ metadata.gz: 228418ed8b12391fdb3d857ab13554c9f079123c00dfab0bf073bb27690950ec8d6eadaf9667c5da618afc3c8ec79c539bf3892cf14c927516dc27ea4439813e
7
+ data.tar.gz: 10bcaafb8f05c9756f9f54ecb3cc35f0b8271ceb112cd1eeca54f225fd289be204f7687c810a0954a3c575119a1c1633d7c3f09a52d4182f9d1bd5c77ca07ef8
@@ -39,8 +39,11 @@
39
39
  $active-background: darken($color, 10%);
40
40
  $disabled-background: lighten($color, 10%);
41
41
 
42
- @include text-contrast($color);
43
- background-color: $color;
42
+ &,
43
+ &:visited {
44
+ @include text-contrast($color);
45
+ background-color: $color;
46
+ }
44
47
 
45
48
  // Hover and focus styles are shared
46
49
  &:hover,
@@ -1,3 +1,3 @@
1
1
  module GIPainter_button
2
- VERSION = '0.2.8'
2
+ VERSION = '0.2.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-button
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive