GIPainter-button 0.2.7 → 0.2.8

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: 2fa970984a838408f76e44bcfa17d4010a9c0f0d
4
- data.tar.gz: 3dd937221be208d4adb6a8cd6b4fa037a3e10e59
3
+ metadata.gz: a95628a66c8a5ee38a74e908df9e471e2e096730
4
+ data.tar.gz: f3f5fc36d537f72e1a911a4072d8b7131c747f8d
5
5
  SHA512:
6
- metadata.gz: 14b6867a0b08a777038189031f4dbced5c6cf6233c0863f1f267aa3dfe9cb86dced176dc159a0904df22f28308b80d8aa956ccc064abbf9d3d953661081c23a4
7
- data.tar.gz: 3c07e5afa40b7472d336522debf170336caff2078aaa3b33ee1c6142b8d004413adde9a2f2670c0eb90a4273f818728703a24b9c7351bf519683183331df980e
6
+ metadata.gz: 3cc76446436b874140e3e0c226c1934a11eb1b33870bf8cab60e701598e7b3b708d5218a735bee62112df4f516bf3d44355a048564526476b239a216c6be22ae
7
+ data.tar.gz: dd2d7a6df4141b70da39705afca276f125a94c617d08a13c4fa1aa89ad1aae1b4ddc1f2a95891623cb9b2f41ac5b71c902b4bde5ea3e60d101c1c985f79fb4a2
@@ -15,7 +15,7 @@
15
15
  ///
16
16
  /// }
17
17
  .o-btn {
18
- @each $name, $value in $default_colors {
18
+ @each $name, $value in $merge_colors {
19
19
  &--#{"" + $name} {
20
20
  @include button-variant($value);
21
21
  }
@@ -45,20 +45,20 @@
45
45
  // Hover and focus styles are shared
46
46
  &:hover,
47
47
  &:focus,
48
- &--focus {
48
+ &.o-btn--focus {
49
49
  @include text-contrast($active-background);
50
50
  background-color: $active-background;
51
51
  }
52
52
 
53
53
  // Disabled comes first so active can properly restyle
54
54
  &:disabled,
55
- &--disabled {
55
+ &.o-btn--disabled {
56
56
  background-color: $disabled-background;
57
57
  @include text-contrast($disabled-background);
58
58
  }
59
59
 
60
60
  &:active,
61
- &--active {
61
+ &.o-btn--active {
62
62
  @include text-contrast($active-background);
63
63
  background-color: $active-background;
64
64
  background-image: none; // Remove the gradient for the pressed/active state
@@ -1,3 +1,3 @@
1
1
  module GIPainter_button
2
- VERSION = '0.2.7'
2
+ VERSION = '0.2.8'
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.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive