Opened 20 months ago
Closed 14 months ago
#7138 closed defect (bug) (fixed)
Dropdown should have some effect like cusror pointer or hover effect
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | HelpHub (wordpress.org/documentation) | Keywords: | has-screenshots has-patch |
Cc: |
Description
URL: https://wordpress.org/documentation/article/blocks-list/#wp--skip-link--target
The dropdown should have some hover effect or there should be at least cursor pointer to make the design proper
Attachments (3)
Change History (8)
#1
@
20 months ago
we can add cursor pointer to the .wporg-table-of-contentsheader button
i.e. .wporg-table-of-contentsheader button{cursor: pointer}
we can also add hover effect on this class
#2
@
20 months ago
Thanks for the ticket.
I think your patch has unintended changes.
Changes should be made in the theme's repo:
https://github.com/WordPress/wporg-mu-plugins/blob/53a91ec8a0c35257899896df43ebb77b8387f431/mu-plugins/blocks/table-of-contents/postcss/style.pcss#L24
#3
@
19 months ago
Thanks @dufresnesteven
yes we can add the CSS in following class
.wporg-table-of-contents__header { & button { cursor:pointer } }
#5
@
14 months ago
- Component changed from Make (Get Involved) / P2 to HelpHub (wordpress.org/documentation)
- Resolution set to fixed
- Status changed from new to closed
Thanks for the report and the patches! The theme for the Documentation site was completely changed recently and the new theme does not exhibit the issue reported here. The "In this article" sidebar widget no longer functions as something that can be collapsed.
screenshot for better understanding