Prevent text selection in ha-zone

This commit is contained in:
Paulus Schoutsen 2015-11-15 00:15:51 -08:00
parent 0b04e1e20f
commit 03eddbde0a

View File

@ -9,6 +9,9 @@
:host {
display: block;
background-color: #E5E5E5;
-ms-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
</style>