Page MenuHomePhabricator

Use standards-conform `linear-gradient` notation in OOjs UI
Closed, ResolvedPublic1 Estimated Story Points

Description

The current mixin includes linear-gradient(top, @start 0%, @stop 100%);.
Standards' syntax has changed from gradient starting position to to direction, e.g. background-image: linear-gradient( to bottom, #000, #fff );

We should change that correspondingly.

Event Timeline

Volker_E claimed this task.
Volker_E raised the priority of this task from to Low.
Volker_E updated the task description. (Show Details)
Volker_E added a project: OOUI.
Volker_E added subscribers: gerritbot, Aklapper, Volker_E.

Change 213564 had a related patch set uploaded (by VolkerE):
Change gradient mixin syntax to W3C standards' syntax

https://gerrit.wikimedia.org/r/213564

Change 213564 merged by jenkins-bot:
Change gradient mixin syntax to W3C standards' syntax

https://gerrit.wikimedia.org/r/213564