dlegr250_material_design 0.3.30 → 0.3.31

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: 3e6a56f138a6226791a8dc14e6290b2ac59f876d
4
- data.tar.gz: 9bfb90d845e0f38aead80ec4fdef5225c183bd3c
3
+ metadata.gz: e29e63d4f2266e58d6c31f4f6c4dfa2a73de50a0
4
+ data.tar.gz: 466730d822588358d4a1156d0f60c629261b88be
5
5
  SHA512:
6
- metadata.gz: b6ce8bcd459150e57a87d06b30037ea651110b43675f2daa7362808f6149b1c5e54f43be99dce872671b6ef4f157003f6d9e4168655068bf8c95e45d027effff
7
- data.tar.gz: 10536621b992740dfbc451fbc9fc109b5f9ad9afb6dad7646735d505bc2fcea0a909a57520187774e01b61f2bebb28258262b8bbd235c0a8d12d920620cbf969
6
+ metadata.gz: ba34e65188ed994a01c43379eb16fa5662cc6c24a69dff8c440d9ede3fc7a2aa9c98c075eb84d01ab5584f57cde5d8426ee197889dea0a9bc7542b435955a72f
7
+ data.tar.gz: 01ed9561f4b88eaf07bd551ceda67183a4d813742c15080ce2e43a83e34add5f9012751dbb7d95b68b568a419bd19d85f73b200792413cc192a5093057fea61f
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.3.30"
2
+ VERSION = "0.3.31"
3
3
  end
@@ -82,8 +82,7 @@ $buttons: ".button";
82
82
  }
83
83
 
84
84
  // Special case: submit.button with display: inline-flex would align left.
85
- input[type="submit"].button,
86
- button.button {
85
+ input[type="submit"].button {
87
86
  display: inline-block;
88
87
  }
89
88
 
@@ -23,7 +23,8 @@
23
23
  font-style: normal;
24
24
  font-size: 24px; /* Preferred icon size */
25
25
  display: inline-block;
26
- line-height: 1;
26
+ // line-height: 1;
27
+ line-height: inherit;
27
28
  text-transform: none;
28
29
  letter-spacing: normal;
29
30
  word-wrap: normal;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.30
4
+ version: 0.3.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand