diff --git a/css/apps/photos.scss b/css/apps/photos.scss index 4e9fec0..847a3dd 100644 --- a/css/apps/photos.scss +++ b/css/apps/photos.scss @@ -941,4 +941,15 @@ } } } + + .file-container { + &:focus-within::after { + outline: none; + pointer-events: none; + } + + img { + cursor: default; + } + } } \ No newline at end of file