downgrade(electron): Also fix less issue on Linux

This commit is contained in:
Ben Gotow 2015-08-24 18:55:40 -07:00
parent a5d67e4984
commit 7aedb9d22a
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
border-radius: 8px;
opacity: 0.7;
img {
-webkit-filter: ~"saturate(0%);"
-webkit-filter: ~"saturate(0%)";
}
img.gravatar {
width: 44px;
@ -25,7 +25,7 @@
.account.active {
opacity: 1.0;
img {
-webkit-filter: ~"saturate(100%);"
-webkit-filter: ~"saturate(100%)";
}
}
.account.active::after {

View file

@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/nylas/edgehill/issues"
},
"electronVersion": "0.30.4",
"electronVersion": "0.29.2",
"dependencies": {
"asar": "^0.5.0",
"6to5-core": "^3.5",