mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Hide blue outline
This commit is contained in:
parent
d662853750
commit
ff5ffc677b
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ function Skin({
|
|||
transition: "opacity 0.2s",
|
||||
backfaceVisibility: loaded ? "hidden" : null,
|
||||
filter: nsfw ? "blur(10px)" : null,
|
||||
outline: "none",
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue