linear-gradient with Inherit does not work

1

Why does the inherit attribute not work when associated with the linear-gradient property?

Example:

background: linear-gradient(to bottom, transparent 0%, inherit 100%);

Note: code tested on browsers based on -webkit, -moz, and -ms.

    
asked by anonymous 08.10.2015 / 22:29

0 answers