mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
4cd18e42ab
Bug: T311311 Change-Id: I847c8b64c5e24e92bf75d206f0815d1be3352292
14 lines
532 B
Plaintext
14 lines
532 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki DesktopArticleTarget Vector (2022) skin init styles.
|
|
*
|
|
* @copyright 2011-2022 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
// Change the default shadow to not leak out from the sides
|
|
// (on other skins and in TargetWidgets there are borders that cover it)
|
|
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar,
|
|
.ve-init-mw-desktopArticleTarget-toolbar.ve-ui-toolbar > .oo-ui-toolbar-bar {
|
|
box-shadow: 0 2px 1px -1px rgba( 0, 0, 0, 0.1 );
|
|
}
|