dlegr250_material_design 0.5.35 → 0.5.36

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4674e91dbb0c94bb34b4cb22e8a2aabcb1b0837f
4
- data.tar.gz: 3da0ab508c709bc70f659185f00bd9b321469b62
3
+ metadata.gz: e2708b99a17df27e416042499124b53ebdcacfb6
4
+ data.tar.gz: 52dc00dbfc8a5efb747c88500f4d49767c7d9bf6
5
5
  SHA512:
6
- metadata.gz: a406c11b560c50d0a1ec323ebef4d7c1dd8a263a5d332c03f46c6afaf12a7ea2a48ae8605899f3ed3a087ce66799d1bca030ee8e4e4fccc3c0395e9f07cf72c9
7
- data.tar.gz: 7f8aa54b34bd7055b59ad137573cdd239c27da5f7841f9022a127c04f3d4531de92c847653a0b40631b42533550bcd0fa139e616a41f20bfc352d00597c3dcdc
6
+ metadata.gz: 5eb3e219297d0fc9527b36b4c7647ae915e50273012920b616685a95f318f5dcc65d9bd3bbf8c5e377ef9b7dae219945364388165571a8e78862e785ea75020d
7
+ data.tar.gz: 78b48c8dd6a12cb614cb93b5c613446f945fd5a311b78999b1515be244a9386daa4a9968ae950dc6b81593492af9fd7aad6c3a4ad7ec5c0d5638063db3cbc2e1
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.35"
2
+ VERSION = "0.5.36"
3
3
  end
@@ -16,6 +16,7 @@ $buttons: ".button";
16
16
  //----------------------------------------------------------------------
17
17
 
18
18
  #{$buttons} {
19
+ background-color: transparent;
19
20
  border: 1px solid transparent;
20
21
  box-sizing: border-box;
21
22
  cursor: pointer;
@@ -108,6 +109,7 @@ $buttons: ".button";
108
109
 
109
110
  // Basic icon without any coloring
110
111
  .button-icon {
112
+ background-color: transparent;
111
113
  border: none;
112
114
  color: color("icon");
113
115
  cursor: pointer;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.35
4
+ version: 0.5.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-02-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
14
14
  AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind