PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Add @apply mixins to paper-input-container underline class to remove height given by default. #696

Closed BhagyalakshmiM closed 4 years ago

BhagyalakshmiM commented 4 years ago

Description

I wanted to remove the height given to .underline class. .underline { height: 2px; position: relative; }

Expected outcome

Apply a mixins or add this height property in some other class where i can modify it through mixin.

Actual outcome

Input component I am implementing has 2px height in bottom which giving me problem in styling the input.

Browsers Affected