mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
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;
|
||
|
}
|