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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b018d976331d7a009467ad1eb8abce05450e6f05
|
|
4
|
+
data.tar.gz: 9cd6c2b1bee3ef628f5baefff860d56821d4db23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1eed19e29be94909415b4f10bcf6dffc55ed95ba27c67a7c52d26909d07c47612da9f914015d8ec8e3b2af9a16a900161eb662793cfc6158bcce49089b6e5cb7
|
|
7
|
+
data.tar.gz: 94c079568a19a1f8c827dee779cfcd4cc7090872e86ede78dede9e3f6c6de04868df2999fa7df39f21de75eb9e08098d63d08a0d91a1546782608865f9e2874e
|
|
@@ -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:
|
|
223
|
-
-webkit-user-select:
|
|
224
|
-
-khtml-user-select:
|
|
225
|
-
-moz-user-select:
|
|
226
|
-
-ms-user-select:
|
|
227
|
-
user-select:
|
|
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.
|
|
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-
|
|
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
|