mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Add pointer cursor to toggle button
This commit is contained in:
parent
f2def04044
commit
7aadd6da9c
@ -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]]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user