vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Use of non-standard -webkit-text-fill-color #2061

Open auscompgeek opened 5 years ago

auscompgeek commented 5 years ago

Steps to reproduce

  1. If using Firefox: in about:config, set layout.css.prefixes.webkit to false.
  2. Use an MdInput.

Which browser?

Browsers that are not WebKit-based (Firefox, IE).

What is expected?

The input text should be the correct colour.

What is actually happening?

The input text is not the correct colour. (This is significantly more obvious with a dark theme.)

Samuell1 commented 5 years ago

Hey, what you suggest to fix this? Because i dont see any issue with this when firefox supports webkit prefixes.

auscompgeek commented 5 years ago

You claim to have IE11 support as well. IE11 very much does not support -webkit-vendored extensions.