mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
ea9191b5b4
Change-Id: Iabd5ee3edde5747952c4b78ef6e9cd5949016050
11 lines
174 B
CSS
11 lines
174 B
CSS
.ve-ce-documentNode {
|
|
cursor: text;
|
|
overflow: hidden;
|
|
/*-webkit-user-select: none;*/
|
|
}
|
|
|
|
/* Prevent focus outline on editor */
|
|
[contenteditable="true"] {
|
|
outline: none;
|
|
}
|