- Issue created by @shweta__sharma
- Merge request !23409908-cursor-pointer-missing:Added pointer on the buttons. → (Open) created by shweta__sharma
- Status changed to Needs review
11 months ago 6:25am 20 December 2023 - Status changed to Needs work
11 months ago 1:26pm 20 December 2023 - 🇮🇳India sourabhjain
I have checked the pointer and its already showing instead of this we need to add underline below the text like the delete button on hover.
So below is the scss we can add after line number 63 at/var/www/html/drupal8/web/themes/contrib/hostinstantlyadmintheme/sass/layouts/_elements.scss
&:hover { text-decoration: underline; }
Please let me know if I missed anything.