mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
make feed & item list unselectable
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user