Skip to content

Commit

Permalink
Merge pull request #378 from nextmcloud/nmc/2958-windows-album-hand-m…
Browse files Browse the repository at this point in the history
…ouse-cursor-shown

modified cursor behavior upon adding photos to album
  • Loading branch information
memurats authored Nov 15, 2024
2 parents 988a15f + 661182e commit 7312299
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/apps/photos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -941,4 +941,15 @@
}
}
}

.file-container {
&:focus-within::after {
outline: none;
pointer-events: none;
}

img {
cursor: default;
}
}
}

0 comments on commit 7312299

Please sign in to comment.