fancy-buttons 1.0.0 → 1.0.1

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.
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fancy-buttons}
8
- s.version = "1.0.0"
8
+ s.version = "1.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brandon Mathis"]
@@ -113,15 +113,13 @@ $fb-line-height: 1.2em !default
113
113
  &, &:visited
114
114
  color: $fb-dark-text
115
115
 
116
- =fancy-button-text-colors($color, $hover, $active, $allow-disabled : $fb-allow-disabled)
116
+ =fancy-button-text-colors($color, $hover: $color, $active: $color, $allow-disabled : $fb-allow-disabled)
117
117
  &, &:visited
118
118
  color: $color
119
- @if $hover != $color
120
- &:hover, &:focus
121
- color: $hover
122
- @if $active != $color
123
- &:active
124
- color: $active
119
+ &:hover, &:focus
120
+ color: $hover
121
+ &:active
122
+ color: $active
125
123
  @if $allow-disabled
126
124
  &.disabled, &[disabled]
127
125
  color: $color
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fancy-buttons
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brandon Mathis