mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 21:06:34 +00:00
Allow selecting text on persistent notifications (#232)
This commit is contained in:
parent
3fb6e001a5
commit
de1b20b70a
@ -11,6 +11,9 @@
|
|||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
padding: 0 16px 16px;
|
padding: 0 16px 16px;
|
||||||
|
-ms-user-select: initial;
|
||||||
|
-webkit-user-select: initial;
|
||||||
|
-moz-user-select: initial;
|
||||||
}
|
}
|
||||||
paper-button {
|
paper-button {
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user