1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Add pointer cursor to toggle button

This commit is contained in:
Paulus Schoutsen
2015-09-23 23:29:51 -07:00
parent f2def04044
commit 7aadd6da9c

View File

@@ -2,6 +2,11 @@
<link rel="import" href="../../../bower_components/paper-toggle-button/paper-toggle-button.html">
<dom-module id="ha-entity-toggle">
<style>
paper-toggle-button {
cursor: pointer;
}
</style>
<template>
<paper-toggle-button class='self-center'
checked="[[toggleChecked]]"