Make the trashicon unselectable

This commit is contained in:
Dietrich 2021-07-17 15:03:44 +02:00 committed by Franz Dietrich
parent b11177a943
commit 9f5e5e01c4
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
use std::sync::Arc; use std::sync::Arc;
use fluent::{FluentArgs, FluentBundle, FluentResource}; use fluent::{FluentArgs, FluentBundle, FluentResource};
use seed::log;
use shared::datatypes::Lang; use shared::datatypes::Lang;
use unic_langid::LanguageIdentifier; use unic_langid::LanguageIdentifier;

View File

@ -218,6 +218,7 @@ a {
img.trashicon { img.trashicon {
width: 0.5cm; width: 0.5cm;
user-select: none;
} }
.qrdownload { .qrdownload {