VolkerE has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/383035 )
Change subject: Replace vendor prefixed `box-shadow` with central mixin
......................................................................
Replace vendor prefixed `box-shadow` with central mixin
Replacing vendor prefixed `box-shadow` with LESS mixin out of
mediawiki.mixins.less. This also removes obsolete `-moz-box-shadow`
saving some bytes.
Change-Id: I336ee7340bc518fef74762a8381495265dd3eb4b
---
M modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo
refs/changes/35/383035/1
diff --git a/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
b/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
index deb8b70..473bcb2 100644
--- a/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
+++ b/modules/styles/mw.echo.ui.CrossWikiNotificationItemWidget.less
@@ -1,3 +1,4 @@
+@import 'mediawiki.mixins';
@import '../echo.variables';
.mw-echo-ui-crossWikiNotificationItemWidget,
@@ -54,9 +55,7 @@
cursor: default;
padding: @bundle-group-padding;
background-color: #f8f9fa;
- -webkit-box-shadow: inset 0 -2px 0 0 rgba( 0, 0, 0, 0.05 ),
inset 0 2px 0 0 rgba( 0, 0, 0, 0.05 );
- -moz-box-shadow: inset 0 -2px 0 0 rgba( 0, 0, 0, 0.05 ), inset
0 2px 0 0 rgba( 0, 0, 0, 0.05 );
- box-shadow: inset 0 -2px 0 0 rgba( 0, 0, 0, 0.05 ), inset 0 2px
0 0 rgba( 0, 0, 0, 0.05 );
+ .box-shadow( inset 0 -2px 0 0 rgba( 0, 0, 0, 0.05 ), inset 0
2px 0 0 rgba( 0, 0, 0, 0.05 ); );
border-bottom: 1px solid #ddd;
margin-bottom: 0.4em;
}
--
To view, visit https://gerrit.wikimedia.org/r/383035
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I336ee7340bc518fef74762a8381495265dd3eb4b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits