mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 20:54:26 +08:00
downgrade(electron): Also fix less issue on Linux
This commit is contained in:
parent
a5d67e4984
commit
7aedb9d22a
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue