From 03eddbde0aafdbdfbb6a3df10fc8cfca3c0e5235 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 15 Nov 2015 00:15:51 -0800 Subject: [PATCH] Prevent text selection in ha-zone --- src/layouts/partial-zone.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/partial-zone.html b/src/layouts/partial-zone.html index cb77bed661..ad8d7db5f3 100644 --- a/src/layouts/partial-zone.html +++ b/src/layouts/partial-zone.html @@ -9,6 +9,9 @@ :host { display: block; background-color: #E5E5E5; + -ms-user-select: none; + -webkit-user-select: none; + -moz-user-select: none; }