mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Make dev tools selectable
This commit is contained in:
parent
48f2ff1e11
commit
aa09e351db
@ -14,6 +14,9 @@
|
||||
padding: 24px;
|
||||
background-color: white;
|
||||
margin-top: 64px;
|
||||
-ms-user-select: initial;
|
||||
-webkit-user-select: initial;
|
||||
-moz-user-select: initial;
|
||||
}
|
||||
|
||||
.ha-form {
|
||||
|
@ -14,6 +14,9 @@
|
||||
padding: 24px;
|
||||
background-color: white;
|
||||
margin-top: 64px;
|
||||
-ms-user-select: initial;
|
||||
-webkit-user-select: initial;
|
||||
-moz-user-select: initial;
|
||||
}
|
||||
|
||||
.ha-form {
|
||||
|
@ -14,6 +14,9 @@
|
||||
padding: 24px;
|
||||
background-color: white;
|
||||
margin-top: 64px;
|
||||
-ms-user-select: initial;
|
||||
-webkit-user-select: initial;
|
||||
-moz-user-select: initial;
|
||||
}
|
||||
|
||||
.ha-form {
|
||||
|
Loading…
x
Reference in New Issue
Block a user