mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 18:36:20 +00:00
291844dbee
Change-Id: I8e0f087ae3d2644df85a85791b9c49c09567c0f4
21 lines
381 B
Plaintext
21 lines
381 B
Plaintext
.ve-init-mw-tempWikitextEditorWidget {
|
|
border: 0;
|
|
padding: 0;
|
|
color: inherit;
|
|
line-height: 1.5em;
|
|
width: 100%;
|
|
-moz-tab-size: 4;
|
|
tab-size: 4;
|
|
|
|
&:focus {
|
|
outline: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Mimics ve-ce-attachedRootNode */
|
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
&::selection {
|
|
background: rgba( 109, 169, 247, 0.5 ); /* #6da9f7 */
|
|
}
|
|
}
|