Skip to content

Commit

Permalink
Apply compact preset and add custom theme for the select
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Mar 6, 2019
1 parent cfd5c4f commit ae5d87d
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
<link rel="import" href="../../bower_components/vaadin-lumo-styles/typography.html">
<link rel="import" href="../../bower_components/vaadin-lumo-styles/sizing.html">
<link rel="import" href="../../bower_components/vaadin-lumo-styles/presets/compact.html">

<style>
body {
margin: 0;
}
</style>

<dom-module id="custom-select" theme-for="vaadin-text-field">
<template>
<style>
:host([theme="custom"]) [part="input-field"],
:host([theme="custom"]) [part="input-field"] {
background-color: transparent;
}
</style>
</template>
</dom-module>

<dom-module id="large-text-field-styles" theme-for="vaadin-text-field">
<template>
<style>
Expand Down

0 comments on commit ae5d87d

Please sign in to comment.