1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Move style into template and fix polylint

This commit is contained in:
Paulus Schoutsen
2016-07-19 01:40:04 -07:00
parent 406c382a3f
commit 617be99db9
20 changed files with 61 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
<link rel='import' href='../../bower_components/polymer/polymer.html'>
<link rel='import' href='../../bower_components/paper-icon-button/paper-icon-button.html'>
<dom-module id='ha-menu-button'>
<template>
<style>

View File

@@ -8,6 +8,7 @@
<link rel='import' href='../../bower_components/paper-icon-button/paper-icon-button.html'>
<link rel='import' href='../components/stream-status.html'>
<link rel='import' href='../util/hass-behavior.html'>
<dom-module id='ha-sidebar'>
<template>

View File

@@ -1,5 +1,7 @@
<link rel="import" href="../../bower_components/paper-tabs/paper-tabs.html">
<link rel='import' href='../util/hass-behavior.html'>
<dom-module id="ha-view-tabs">
<template>
<style>

View File

@@ -66,6 +66,10 @@ Polymer({
stateObj: {
type: Object,
},
inDialog: {
type: Boolean,
},
},
});
</script>

View File

@@ -3,6 +3,8 @@
<link rel="import" href="../../bower_components/iron-icon/iron-icon.html">
<link rel="import" href="../../bower_components/paper-toggle-button/paper-toggle-button.html">
<link rel='import' href='../util/hass-behavior.html'>
<dom-module id="stream-status">
<template>
<style>