dlegr250_material_design 0.1.26 → 0.1.27
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: 230ab54ec4c9e1afc15cb3a4b3b5dccd6691d144
|
4
|
+
data.tar.gz: 6a3cee1295e2f7fed33ffe8b80b87b8649073ce4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8aea70ecdf57d9628a7306c9c4ac1807071941f7803d78fded6e88420a7126a4094b181d84f406b3827c576bc12ee4d29ef18746d7e0f2eab7020548049b12b7
|
7
|
+
data.tar.gz: b2477ba2f2f01eb75724d638de6f4ffe7106dbc66d123ada808de87cc56710e62280bfafb3ce72bdf12f24a08aa52f0dd9f3bee04aead8f25d9cd689ffb1e930
|
@@ -155,8 +155,8 @@
|
|
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
|
+
background-color: rgba(0, 0, 0, 0.12) !important;
|
159
|
+
color: rgba(0, 0, 0, 0.26) !important;
|
160
160
|
cursor: not-allowed !important;
|
161
161
|
pointer-events: none !important;
|
162
162
|
@include box-shadow(none !important);
|