wcc-styles 2.0.1 → 2.1.0

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: 98f8ca8aa6510eaa03b574e3853c35857d2a4866
4
- data.tar.gz: a10bcdb0173be5e267875a8dd6f386af1b2da670
3
+ metadata.gz: d4a36b807d32f04e4a61069b28f512588b560972
4
+ data.tar.gz: 8ac3fae72ae06cf8845955f8eff6ad73f952c2a8
5
5
  SHA512:
6
- metadata.gz: 6bf3b2aa74b8e138bf25e0dda86aad7a6bac6d0d88b28cb296cf1580c124373e76626f40ab34fae361c86076f0a6fadfdcb4caa4f465ea0881de7149e82863f8
7
- data.tar.gz: 9fe3840636df3e069f1856d246af161ed2e4b5c2cb39a71c6ce9453202542ddc148968623edc4d641bc0d0c7b503d6d790e5c2507926332909b3bd79d3e1f767
6
+ metadata.gz: a10a842c11c29cad71112b95b6667579a4392bf4489dbe36f7cd13bceefb8646bfacf7176fd37799cd873cfd6254394f26c0f051bf8fcca01bf0c11d38fc099c
7
+ data.tar.gz: 313fa133ac8c0c8b2a763cb13c9efe95808fc7a6d373643583ca788aff2798ab6048b91bf1ad9a4ed26ae3c47b41ef1cc6be30550512d1f9bf554fd31d6cbcd5
@@ -11,4 +11,9 @@
11
11
  background-color: darken($button-color, 6%);
12
12
  }
13
13
 
14
+ &.ghost {
15
+ background-color: transparent;
16
+ border: 2px solid $button-color;
17
+ color: $button-color;
18
+ }
14
19
  }
@@ -43,17 +43,12 @@
43
43
 
44
44
  &.danger {
45
45
  @include button-theme($red);
46
-
47
- &.ghost {
48
- background-color: transparent;
49
- border: 2px solid $red;
50
- color: $red;
51
- }
52
46
  }
53
47
 
54
48
  &.disabled {
55
49
  @include button-theme($light-grey);
56
50
  color: $medium-grey;
51
+ cursor: inherit;
57
52
  }
58
53
 
59
54
  &.ghost {
@@ -1,5 +1,5 @@
1
1
  module WCC
2
2
  module Styles
3
- VERSION = "2.0.1"
3
+ VERSION = "2.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Watermark Community Church
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-06 00:00:00.000000000 Z
11
+ date: 2016-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-rails