Vue-material: [mdInput] unwanted white line

Created on 7 Mar 2017  路  2Comments  路  Source: vuematerial/vue-material

Steps to reproduce

https://vuematerial.github.io/#/components/input
click and hold

What is expected?

No white line

What is actually happening?

2017-03-07 20_15_00-components - input - vue material

bug

Most helpful comment

copy the file \node_modules\vue-material\dist\vue-material.css ,
find this class .md-input-container .md-icon:not(.md-icon-delete):after,
delete this attribute content: "",
import this copy to replace your vue-material.css in index.html.
it can resolve this problem,and I didn't find it can cause any problem in other components.
I am looking forward to see the new version of this project.this project is so nice.

All 2 comments

copy the file \node_modules\vue-material\dist\vue-material.css ,
find this class .md-input-container .md-icon:not(.md-icon-delete):after,
delete this attribute content: "",
import this copy to replace your vue-material.css in index.html.
it can resolve this problem,and I didn't find it can cause any problem in other components.
I am looking forward to see the new version of this project.this project is so nice.

Closing this issue as our focus is on the new 1.0.0 version.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

maryleloisa picture maryleloisa  路  3Comments

lee-frank picture lee-frank  路  3Comments

lovepluskaka picture lovepluskaka  路  3Comments

Leshgan picture Leshgan  路  3Comments

tridcatij picture tridcatij  路  3Comments