Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadi Khani committed Sep 25, 2019
1 parent 5d9b061 commit ab86288
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions demo/index.html
Expand Up @@ -2,8 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"/>
<title>vaadin-combo-box Examples</title>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>

Expand All @@ -25,7 +24,7 @@
<style>
:host([theme~="custom"]) {
font-family: monospace;
}
}
</style>
</template>
</dom-module>
Expand All @@ -34,7 +33,7 @@
<style>
:host([theme~="custom"]) [part="overlay"] {
background-image: linear-gradient(var(--lumo-shade-5pct), var(--lumo-shade-5pct));
}
}
</style>
</template>
</dom-module>
Expand All @@ -54,7 +53,7 @@
<style>
:host([theme~="custom-icon"]) [part="toggle-button"]::before {
content: var(--lumo-icons-arrow-down);
}
}
</style>
</template>
</dom-module>
Expand Down

0 comments on commit ab86288

Please sign in to comment.