From 6afc7f052caf7f8bdddc00f5152966d85b88007f Mon Sep 17 00:00:00 2001 From: kmarkow Date: Thu, 11 May 2023 13:36:05 -0400 Subject: [PATCH] Show cursor pointer when hovering on lightbox Signed-off-by: kmarkow --- .changeset/serious-phones-flash.md | 5 +++++ .github/vale/Vocab/Backstage/accept.txt | 1 + .../techdocs-module-addons-contrib/src/LigthBox/lightbox.css | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 .changeset/serious-phones-flash.md diff --git a/.changeset/serious-phones-flash.md b/.changeset/serious-phones-flash.md new file mode 100644 index 0000000000..4a4afe5d4e --- /dev/null +++ b/.changeset/serious-phones-flash.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs-module-addons-contrib': patch +--- + +Show cursor pointer when hovering on lightbox diff --git a/.github/vale/Vocab/Backstage/accept.txt b/.github/vale/Vocab/Backstage/accept.txt index cbb2279e1b..c4c9db7a50 100644 --- a/.github/vale/Vocab/Backstage/accept.txt +++ b/.github/vale/Vocab/Backstage/accept.txt @@ -188,6 +188,7 @@ learnings Leasot lerna Lerna +lightbox limitranges LocalStack lockdown diff --git a/plugins/techdocs-module-addons-contrib/src/LigthBox/lightbox.css b/plugins/techdocs-module-addons-contrib/src/LigthBox/lightbox.css index 63170792f1..3371d0fa53 100644 --- a/plugins/techdocs-module-addons-contrib/src/LigthBox/lightbox.css +++ b/plugins/techdocs-module-addons-contrib/src/LigthBox/lightbox.css @@ -5,3 +5,7 @@ color: rgba(0, 0, 0, 0.87); text-shadow: none; } + +.pswp__img { + cursor: pointer !important; +}