moved textfield styles

This commit is contained in:
Dani Herrero 2017-09-27 12:44:33 +02:00
parent 9d41a70416
commit 35454c5c53
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,7 @@
vn-textfield {
div {
outline: none; //remove chrome outline
}
.mdl-chip__action {
position: absolute;
width: auto;

View File

@ -2,9 +2,6 @@
@import "margin";
@import "colors";
*{
outline: none;
}
.form {
height: 100%;
box-sizing: border-box;