dlegr250_material_design 0.4.77 → 0.4.78

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: e19da18fc17f9fe8cd64dbffba1e2db14b64f7a7
4
- data.tar.gz: 7b1892725efbda56aee01fce58e07f89350ce8cc
3
+ metadata.gz: 20e5f2a062f5f2d9e596f8e7503d3939b0258c05
4
+ data.tar.gz: 11597479c4f65c79948bac25b21106c423d8b7ea
5
5
  SHA512:
6
- metadata.gz: d49d8ac2e42e40bb1e2bd65e3fba3d0e27552d1195857fb69d71e5d3c71d2fb9c853a645694aff3fbfbe1c9f5d4c4690529f8c1d4e3fa0c58d43691390936f95
7
- data.tar.gz: b01807ba5dc0e6d106020b43a942aea0f07383db53131199d1bc533fbb44b7949d4c97204ece0322b1e3a4cddc13b31fda73a4078987c6bdd4f22ad26c1d9d4c
6
+ metadata.gz: 82e9c99a6c7e5241f41eac309684def40da5f13729db2091d098a4efbfa3faf1a7ace19b8253503679dbf88b2c3a4c4ab6b2c4f9dc744e82396bfaa9d557a1cf
7
+ data.tar.gz: a4c1e3807e1a0e3a2e80aa443a108570b4c9468d95406b2b4a9a6b0cbfe326a02bbcc9489e96cf48dbe5a50a7630c0e6808f9938602b8704e624bb18715bca2b
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.4.77"
2
+ VERSION = "0.4.78"
3
3
  end
@@ -97,6 +97,17 @@
97
97
  margin-bottom: $button-fab-height * 2;
98
98
  }
99
99
 
100
+ // Cursors
101
+ //----------------------------------------------------------------------
102
+
103
+ .cursor-default {
104
+ cursor: default !important;
105
+ }
106
+
107
+ .cursor-disabled {
108
+ cursor: not-allowed !important;
109
+ }
110
+
100
111
  // Highlight (yellowish background)
101
112
  //----------------------------------------------------------------------
102
113
 
@@ -63,6 +63,12 @@ ol {
63
63
  @include list-item-primary();
64
64
  }
65
65
 
66
+ .list-header-primary-supertext {
67
+ @include list-item-primary-subtext();
68
+ padding-top: 0;
69
+ padding-bottom: $spacing-xsmall;
70
+ }
71
+
66
72
  .list-header-primary-subtext {
67
73
  @include list-item-primary-subtext();
68
74
  }
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.4.77
4
+ version: 0.4.78
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-01-18 00:00:00.000000000 Z
11
+ date: 2017-01-19 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