VolkerE has uploaded a new change for review. https://gerrit.wikimedia.org/r/213564
Change subject: Change gradient mixin syntax to W3C standards' syntax ...................................................................... Change gradient mixin syntax to W3C standards' syntax Bug: T100311 Change-Id: I3eba6b1d610491f5b5ccd76e2c072f5687a0838c --- M src/styles/common.less 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/64/213564/1 diff --git a/src/styles/common.less b/src/styles/common.less index b680ca6..16c2df0 100644 --- a/src/styles/common.less +++ b/src/styles/common.less @@ -71,10 +71,10 @@ background: mix(@start, @stop, 50%); filter: e(%("progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='%d', endColorstr='%d')", @start, @stop)); background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, @start), color-stop(100%, @stop)); - background-image: -webkit-linear-gradient(top, @start 0%, @stop 100%); - background-image: -moz-linear-gradient(top, @start 0%, @stop 100%); - background-image: -o-linear-gradient(top, @start 0%, @stop 100%); - background-image: linear-gradient(top, @start 0%, @stop 100%); + background-image: -webkit-linear-gradient( top, @start 0%, @stop 100%); + background-image: -moz-linear-gradient( top, @start 0%, @stop 100%); + background-image: -o-linear-gradient( top, @start 0%, @stop 100%); + background-image: linear-gradient(to bottom, @start 0%, @stop 100%); } .oo-ui-unselectable() { -- To view, visit https://gerrit.wikimedia.org/r/213564 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3eba6b1d610491f5b5ccd76e2c072f5687a0838c Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: VolkerE <ve...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits