Skip to content

Commit

Permalink
https://github.com/nodejs/node-gyp/issues/1717
Browse files Browse the repository at this point in the history
  • Loading branch information
englishextra committed May 8, 2019
1 parent bb7a8a6 commit d558921
Show file tree
Hide file tree
Showing 13 changed files with 8,969 additions and 1,432 deletions.
10 changes: 10 additions & 0 deletions libs/serguei-muicss/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ u,
box-sizing: border-box;
}

::-moz-selection {
color: #212121;
background-color: #b3e5fc;
}

::selection {
color: #212121;
background-color: #b3e5fc;
Expand All @@ -122,6 +127,11 @@ u,
opacity: 1;
}

::-moz-placeholder {
color: #757575 !important;
opacity: 1;
}

:-ms-input-placeholder {
color: #757575 !important;
opacity: 1;
Expand Down
2 changes: 1 addition & 1 deletion libs/serguei-muicss/css/bundle.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions libs/serguei-muicss/css/vendors.css
Original file line number Diff line number Diff line change
Expand Up @@ -2854,6 +2854,12 @@ h6 {
opacity: 1;
}

.mui-textfield > input::-moz-placeholder,
.mui-textfield > textarea::-moz-placeholder {
color: rgba(0, 0, 0, 0.26);
opacity: 1;
}

.mui-textfield > input::-ms-input-placeholder,
.mui-textfield > textarea::-ms-input-placeholder {
color: rgba(0, 0, 0, 0.26);
Expand Down
2 changes: 1 addition & 1 deletion libs/serguei-muicss/css/vendors.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/serguei-muicss/js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ WheelIndicator, Ya*/
var arrange = function (e) {
var handle = function () {
var _this = this;
var layer = _this.parentNode ? _this.parentNode.nextElementSibling : "";
var layer = _this.nextElementSibling || "";
if (layer) {
toggleClass(_this, isActiveClass);
toggleClass(layer, isActiveClass);
Expand Down
3 changes: 2 additions & 1 deletion libs/serguei-muicss/js/bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/serguei-muicss/js/vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function _typeof(obj) {
});
}
})
.catch(function(img) {
["catch"](function(img) {
return ctx.emit(ctx.constants.EVENT_IMAGE_ERROR, {
img: img
});
Expand Down
2 changes: 1 addition & 1 deletion libs/serguei-muicss/js/vendors.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit d558921

Please sign in to comment.