mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
21 lines
281 B
Text
21 lines
281 B
Text
* {
|
|
user-select: inherit;
|
|
user-select: inherit;
|
|
}
|
|
body {
|
|
user-select: none;
|
|
user-select: none;
|
|
}
|
|
input,
|
|
textarea,
|
|
div[contenteditable] {
|
|
user-select: auto;
|
|
user-select: auto;
|
|
}
|
|
.selectable {
|
|
&:hover {
|
|
cursor: text;
|
|
}
|
|
user-select: text;
|
|
user-select: text;
|
|
}
|