mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 14:44:52 +08:00
Fix slate issue caused by Chrome 106, with higher specificity
This commit is contained in:
parent
453416ae04
commit
faf9e1cee0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
|
||||||
div[contenteditable] {
|
div[contenteditable] {
|
||||||
-webkit-user-modify: read-write;
|
-webkit-user-modify: read-write !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue