Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProperly set default direction of prefixed linear gradients #18321
Conversation
The default linear gradient direction is `to bottom`. This correspondes to `top` keyword in prefixed linear gradients. We should preserve the default value.
highfive
commented
Aug 31, 2017
|
Heads up! This PR modifies the following files: |
highfive
commented
Aug 31, 2017
|
r? @Manishearth |
|
@bors-servo r+ |
|
|
|
|
|
|
|
@bors-servo retry |
|
|
|
|
|
You may need to repush. |
|
@bors-servo: retry |
|
|
|
|
|
@bors-servo r=Manishearth
|
|
|
|
…arth Properly set default direction of prefixed linear gradients The default linear gradient direction is `to bottom`. This correspondes to `top` keyword in prefixed linear gradients. We should preserve the default value. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix [Bug 1395189](https://bugzilla.mozilla.org/show_bug.cgi?id=1395189) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18321) <!-- Reviewable:end -->
|
|
canova commentedAug 31, 2017
•
edited by Manishearth
The default linear gradient direction is
to bottom. This correspondes totopkeyword in prefixed linear gradients. We should preserve the default value../mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is