chore(app): og trick and selection fix

This commit is contained in:
rektdeckard
2023-03-23 16:46:26 -06:00
parent cf1a5c640b
commit e87c0da9da
3 changed files with 4 additions and 19 deletions

View File

@@ -59,21 +59,6 @@
.snippet pre {
text-overflow: ellipsis;
-moz-user-select: all;
-webkit-user-select: all;
user-select: all;
}
.snippet pre:focus {
animation: select 50ms step-end forwards;
}
@keyframes select {
to {
-moz-user-select: text;
-webkit-user-select: text;
user-select: text;
}
}
.snippet button {