mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
2e1b304a48
Change-Id: I9b4a3727fd04b3c3ff3f297c6656db2592856173
11 lines
186 B
CSS
11 lines
186 B
CSS
.ve-ce-documentNode {
|
|
cursor: text;
|
|
overflow: hidden;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
/* Prevent focus outline on editor */
|
|
.ve-ce-documentNode[contenteditable="true"]:focus {
|
|
outline: none;
|
|
}
|