Make the trashicon unselectable
This commit is contained in:
parent
b11177a943
commit
9f5e5e01c4
@ -2,7 +2,6 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use fluent::{FluentArgs, FluentBundle, FluentResource};
|
||||
use seed::log;
|
||||
use shared::datatypes::Lang;
|
||||
use unic_langid::LanguageIdentifier;
|
||||
|
||||
|
@ -218,6 +218,7 @@ a {
|
||||
|
||||
img.trashicon {
|
||||
width: 0.5cm;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.qrdownload {
|
||||
|
Reference in New Issue
Block a user