mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 19:31:51 +00:00
1ffdee226c
Bug: T208102 Change-Id: Ic14105556996a74e2ba656cd88571fb94cf4e49b
19 lines
271 B
Plaintext
19 lines
271 B
Plaintext
.ve-init-mw-tempWikitextEditorWidget {
|
|
border: 0;
|
|
padding: 0;
|
|
color: inherit;
|
|
line-height: 1.5em;
|
|
width: 100%;
|
|
|
|
&:focus {
|
|
outline: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Mimics ve-ce-documentNode */
|
|
&::selection {
|
|
background: rgba( 109, 169, 247, 0.5 ); /* #6da9f7 */
|
|
}
|
|
}
|
|
|