Merge pull request #6478 from JoelGritter/patch-2

fix(gh-6002): fix cursor for ideas tile images
This commit is contained in:
Sarah Otts 2022-03-17 13:36:05 -04:00 committed by GitHub
commit 0d8a5a63ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@
border-radius: 1rem 1rem 0 0;
background: $ui-blue;
width: 100%;
cursor: pointer;
}
.ttt-tile-image-img {