make feed & item list unselectable

This commit is contained in:
Nazar Kanaev
2020-07-27 23:08:24 +01:00
parent 0ed5f59f21
commit 1a457412cf
2 changed files with 10 additions and 2 deletions

View File

@@ -151,6 +151,14 @@ select.form-control:not([multiple]):not([size]) {
margin: 0;
}
.selectgroup *, .noselect {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.selectgroup input {
opacity: 0;
position: absolute;