mediawiki-extensions-Visual.../modules/ve-mw/init/styles/ve.init.mw.DesktopTarget-vector.less
Ed Sanders 9204f0a552 Remove slug animation values overrides
Depends-On: If1f260fd4e388296e87f32e87ae2437b4400e35e
Change-Id: I60ef477102733b939e6f2bb6b008de6f808fc10c
2024-03-07 17:54:40 +00:00

25 lines
447 B
Plaintext

/*!
* VisualEditor MediaWiki Initialization desktop target Vector skin styles.
*
* @copyright See AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/* All debug bars (includes target widgets) */
.ve-ui-debugBar {
border-top: 1px solid #c8ccd1;
box-shadow: 0 10px 10px -10px rgba( 0, 0, 0, 0.15 ) inset;
ol {
margin-left: 0;
}
}
.ve-ui-surface .ve-ui-surface-placeholder {
opacity: 1;
& > * {
color: #72777d;
}
}