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.
- data/fancy-buttons.gemspec +1 -1
- data/lib/stylesheets/_fancy-buttons.sass +5 -7
- metadata +3 -3
data/fancy-buttons.gemspec
CHANGED
|
@@ -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
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Brandon Mathis
|