You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to display paper-dropdown-menu as a standard dropdown and not in material design. I need to do it through stylesheet as few of our customer still want to have old look/feel and we do not want to have custom coding instead trying to change the look/feel using styles. I am able to display paper-input like legacy elements easily by using paper-input-container styles but no luck with dropdown.
I need input wrapper to have a border. Currently this isn't possible.
Proposal for a new mixin-
.input-wrapper { @apply --layout-horizontal; @apply --layout-center; @apply --paper-input-container-input-wrapper This new mixin is required.
position: relative;
}
Browsers Affected
Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
I have a requirement to display paper-dropdown-menu as a standard dropdown and not in material design. I need to do it through stylesheet as few of our customer still want to have old look/feel and we do not want to have custom coding instead trying to change the look/feel using styles. I am able to display paper-input like legacy elements easily by using paper-input-container styles but no luck with dropdown.
I need input wrapper to have a border. Currently this isn't possible.
Proposal for a new mixin-
.input-wrapper {
@apply --layout-horizontal;
@apply --layout-center;
@apply --paper-input-container-input-wrapper This new mixin is required.
position: relative;
}
Browsers Affected
The text was updated successfully, but these errors were encountered: