material-input
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "material-input", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "An easy drop-in material-input solution as a custom element", | ||
@@ -5,0 +5,0 @@ "main": "src/material-input.js", |
@@ -87,3 +87,3 @@ 'use strict'; | ||
.material-input__label{ | ||
color: rgb(134,142,150); | ||
color: var(--material-input-placeholder-color, rgb(134,142,150)); | ||
font-size: inherit; | ||
@@ -90,0 +90,0 @@ pointer-events: none; |
@@ -6,14 +6,14 @@ module.exports = { | ||
"browsers": ["chrome"] | ||
}, | ||
istanbul: { | ||
dir: "./coverage", | ||
reporters: ["text-summary", "lcov"], | ||
include: [ | ||
"/src/*.js" | ||
], | ||
exclude: [ | ||
] | ||
} | ||
// istanbul: { | ||
// dir: "./coverage", | ||
// reporters: ["text-summary", "lcov"], | ||
// include: [ | ||
// "/src/*.js" | ||
// ], | ||
// exclude: [ | ||
// ] | ||
// } | ||
} | ||
}; | ||
// , "firefox" , "safari" |
952515