Disable selection of text in events
This commit is contained in:
parent
23b0e75872
commit
0be033dedf
|
@ -14,6 +14,10 @@
|
|||
*= require_self
|
||||
*/
|
||||
|
||||
.event {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.event.friend {
|
||||
background: yellow !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue