mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Prevent text selection in ha-zone
This commit is contained in:
parent
0b04e1e20f
commit
03eddbde0a
@ -9,6 +9,9 @@
|
||||
:host {
|
||||
display: block;
|
||||
background-color: #E5E5E5;
|
||||
-ms-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user