New issue
Advanced search Search tips

Issue 883627 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 880825
Owner: ----
Closed: Sep 13
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: ----



Sign in to add a comment

CSS gradient text no longer working

Reported by br...@airammontessori.com, Sep 13

Issue description

Device name: PC Windows 7

From "Settings > About Chrome"
Application version: Version 69.0.3497.92 (Build officiel) (64 bits)
Operating system: Windows 7

URLs (if applicable):

Steps to reproduce:
<i><p>Hello I am a gradient.</p></i>

#fancy-title-5 span i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
#fancy-title-5 span i {
    background: -webkit-linear-gradient(top left,#0a0a0a 0%, #81d742 100%);
    background: linear-gradient(to bottom right,#0a0a0a 0%, #81d742 100%);
}

Expected result:
CSS Gradient text color being displayed

Actual result:
CSS Gradient text color doesn't work anymore since upgrade to 69.


 
The OS is not Android, it is Windows 7.
Mergedinto: 880825
Status: Duplicate (was: Unconfirmed)

Sign in to add a comment