Merge pull request #17763 from kmarkow/fix-issue-17020

Show cursor pointer when hovering on lightbox
This commit is contained in:
Ben Lambert
2023-05-12 11:58:44 +02:00
committed by GitHub
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs-module-addons-contrib': patch
---
Show cursor pointer when hovering on lightbox
+1
View File
@@ -188,6 +188,7 @@ learnings
Leasot
lerna
Lerna
lightbox
limitranges
LocalStack
lockdown
@@ -5,3 +5,7 @@
color: rgba(0, 0, 0, 0.87);
text-shadow: none;
}
.pswp__img {
cursor: pointer !important;
}