dlegr250_material_design 0.5.33 → 0.5.34

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: 9e17079af575c6994a4d9b3963f398c1fa418599
4
- data.tar.gz: ca596879fd3c2086e970ee7d96575f3308e91791
3
+ metadata.gz: b018d976331d7a009467ad1eb8abce05450e6f05
4
+ data.tar.gz: 9cd6c2b1bee3ef628f5baefff860d56821d4db23
5
5
  SHA512:
6
- metadata.gz: 109943684dc0f41f3cb286393071af02291398f0f7d8142d6b087fa71ed915c02e85ecc2080efdb441270378e2c09ffa08c9b7980bc7ef4c17ce95926d9311b0
7
- data.tar.gz: ddffb066c361a30b96ef0e599c595fb71c0984f4161d84607c69851da23fceb05b72a8fea44878b72b0b7a0e4e7c19d2e5060305c4b33cce73baea58f9c6ab38
6
+ metadata.gz: 1eed19e29be94909415b4f10bcf6dffc55ed95ba27c67a7c52d26909d07c47612da9f914015d8ec8e3b2af9a16a900161eb662793cfc6158bcce49089b6e5cb7
7
+ data.tar.gz: 94c079568a19a1f8c827dee779cfcd4cc7090872e86ede78dede9e3f6c6de04868df2999fa7df39f21de75eb9e08098d63d08a0d91a1546782608865f9e2874e
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.5.33"
2
+ VERSION = "0.5.34"
3
3
  end
@@ -218,13 +218,13 @@ $default-rounded-corners-radius: 3px;
218
218
  //----------------------------------------------------------------------
219
219
 
220
220
  // By default, touch devices highlight elements when selected
221
- @mixin no-touch-highlight() {
222
- -webkit-touch-callout: none;
223
- -webkit-user-select: none;
224
- -khtml-user-select: none;
225
- -moz-user-select: none;
226
- -ms-user-select: none;
227
- user-select: none;
221
+ @mixin no-touch-highlight($value: auto) {
222
+ -webkit-touch-callout: $value;
223
+ -webkit-user-select: $value;
224
+ -khtml-user-select: $value;
225
+ -moz-user-select: $value;
226
+ -ms-user-select: $value;
227
+ user-select: $value;
228
228
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
229
229
  -webkit-tap-highlight-color: transparent;
230
230
  }
@@ -13,7 +13,7 @@
13
13
  will-change: scale, opacity;
14
14
  z-index: $overlay-depth;
15
15
  @include flex-center();
16
- @include no-touch-highlight;
16
+ // @include no-touch-highlight();
17
17
  @include transform(scale(1.15));
18
18
  @include transition(all 0.10s cubic-bezier(0, 0, 0.3, 1));
19
19
  @include transparency(0);
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.33
4
+ version: 0.5.34
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-14 00:00:00.000000000 Z
11
+ date: 2017-02-17 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