Issue metadata
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.
,
Sep 13
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by br...@airammontessori.com
, Sep 13