dlegr250_material_design 0.1.25 → 0.1.26
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99abd3f00a0a852f6403e6987fa46e7cfa905b5e
|
4
|
+
data.tar.gz: 2b312b9d43d87ed4ba45b03a8f9586d3e93b2959
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32929e1bc3307643ae1ef3981b065763b7c18ae4fce2c8105af5989d8461f7df6c1edda249cfcdee15d3172a94ea11549c2079366095b8616fe97b6159344b5f
|
7
|
+
data.tar.gz: ce25a659e4aef70c15eded14381dc12aed4bdbbead6d09bcc692c4ab898c9667f5504b1aaf73a826c08d090fdce87cb554f85288ed1f3e0b7419df91a32c3514
|
@@ -155,10 +155,11 @@
|
|
155
155
|
|
156
156
|
:disabled,
|
157
157
|
.disabled {
|
158
|
+
background-color: rgba(0, 0, 0, 0.12);
|
159
|
+
color: rgba(0, 0, 0, 0.26);
|
158
160
|
cursor: not-allowed !important;
|
159
161
|
pointer-events: none !important;
|
160
|
-
@include
|
161
|
-
@include box-shadow(none);
|
162
|
+
@include box-shadow(none !important);
|
162
163
|
}
|
163
164
|
|
164
165
|
// Colored background or text
|