dlegr250_material_design 0.5.10 → 0.5.11

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: d0fc5bc192ee1f649f7ec6559a6d2eb1f8ad9706
4
- data.tar.gz: 7921b59f6cc774eb798be31b830370f8c0a10430
3
+ metadata.gz: cf5154d1c3f68f7b34c6937ee8f8d2b42bfaa7d5
4
+ data.tar.gz: e51199c601cf9a7a745036b895f638a7decc823f
5
5
  SHA512:
6
- metadata.gz: 41c02f64ad3629c823024b5737cb6a1b3ccb04b7e3c46bce12d1f7c9a9ac1685de4611c34251bfd60dd9b0a919396c3e266a637850667b853291c68969e82252
7
- data.tar.gz: 01184de1843cc06b94459aedcb37356d21551e89568940289af762258fbd13bba5f4d69d7b45707be018f4deb7f8d6be03e58a1a0f617749af445407291b21eb
6
+ metadata.gz: 5e77738befc5f62e3cc694efcf9d47ab1e773876958c1992468f113d4e749f2269688443a9da4d6c861508d34ba3a5e56220cf75eb48119c09030fb1df51a25d
7
+ data.tar.gz: ff0fbf91c12a15435220ec3fd299368b56bd69cc2aff4cbf0a047117fd5df1207bf8ad889e9da97044551dc854d1fa86ab6370b71e93cf544fcf8897fbd59695
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.10"
2
+ VERSION = "0.5.11"
3
3
  end
@@ -55,6 +55,7 @@ ol {
55
55
 
56
56
  .list-item-icon {
57
57
  color: color("icon");
58
+ max-width: 56px;
58
59
  padding-left: $spacing-normal;
59
60
  text-align: center;
60
61
  width: 56px;
@@ -74,6 +75,7 @@ ol {
74
75
  .list-item-primary-subtext {
75
76
  color: color("helper");
76
77
  font-size: $font-size-small;
78
+ padding-top: $spacing-small;
77
79
  }
78
80
 
79
81
  .list-item-secondary {
@@ -120,14 +122,14 @@ ol {
120
122
  }
121
123
 
122
124
  // Hoverable
123
- .list-hoverable {
124
- .list-item:hover {
125
- background-color: color("hover");
126
- }
125
+ .list-hoverable .list-item {
126
+ &:hover { background-color: color("hover"); }
127
+ &:active { background-color: darken(color("hover"), 3%); }
128
+ }
127
129
 
128
- .list-item:active {
129
- background-color: darken(color("hover"), 3%);
130
- }
130
+ .list-hoverable-blue .list-item {
131
+ &:hover { background-color: color("hover-blue"); }
132
+ &:active { background-color: darken(color("hover-blue"), 3%); }
131
133
  }
132
134
 
133
135
  // Aligned top instead of centered
@@ -143,7 +145,6 @@ ol {
143
145
  }
144
146
  }
145
147
 
146
-
147
148
  // // Lists - header
148
149
  // //----------------------------------------------------------------------
149
150
  //
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.10
4
+ version: 0.5.11
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-03 00:00:00.000000000 Z
11
+ date: 2017-02-04 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