mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 19:31:51 +00:00
0d362040bd
New changes: 6515e03e1 ve.ce.Surface: Rearrange #findBlockSlug test to check other cases cbfdc8570 Localisation updates from https://translatewiki.net. 708ba0557 Prevent block slugs from overlapping floated elements 3703fd66d Separate the concept of a document node and a root node in CSS Bug: T211844 Change-Id: Ia86cf9b23e561d3c32601d41c1bc5a9824e9953c
18 lines
266 B
Plaintext
18 lines
266 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-rootNode */
|
|
&::selection {
|
|
background: rgba( 109, 169, 247, 0.5 ); /* #6da9f7 */
|
|
}
|
|
}
|