Skip to content

Commit

Permalink
Make the trashicon unselectable
Browse files Browse the repository at this point in the history
  • Loading branch information
enaut committed Jul 17, 2021
1 parent 3568065 commit dccfd6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/src/i18n.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use std::sync::Arc;

use fluent::{FluentArgs, FluentBundle, FluentResource};
use seed::log;
use shared::datatypes::Lang;
use unic_langid::LanguageIdentifier;

Expand Down
1 change: 1 addition & 0 deletions pslink/static/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ a {

img.trashicon {
width: 0.5cm;
user-select: none;
}

.qrdownload {
Expand Down

0 comments on commit dccfd6c

Please sign in to comment.