2018-10-26 21:45:42 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor MediaWiki DesktopArticleTarget Minerva skin init styles.
|
|
|
|
*
|
2020-01-08 17:13:04 +00:00
|
|
|
* @copyright 2011-2020 VisualEditor Team and others; see AUTHORS.txt
|
2018-10-26 21:45:42 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
2021-11-16 12:31:17 +00:00
|
|
|
.ve-edit-source .mw-ui-icon-wikiText,
|
|
|
|
.ve-edit-visual .mw-ui-icon-eye {
|
2018-10-26 21:45:42 +00:00
|
|
|
position: absolute;
|
|
|
|
opacity: 0.65;
|
2020-02-15 15:40:57 +00:00
|
|
|
/* Align with pencil icon in the parent element */
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2019-08-30 20:46:09 +00:00
|
|
|
/* Position relative to the center, easier this way because dimensions differ */
|
|
|
|
transform: scale( 0.6 ) translate( 12px, 12px );
|
2018-10-26 21:45:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-editsection-divider {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-11-16 12:31:17 +00:00
|
|
|
.mw-editsection {
|
|
|
|
white-space: nowrap;
|
2018-10-26 21:45:42 +00:00
|
|
|
}
|