Making WordPress.org

Opened 5 months ago

Last modified 5 months ago

#7138 new defect (bug)

Dropdown should have some effect like cusror pointer or hover effect

Reported by: pitamdey's profile pitamdey Owned by:
Milestone: Priority: lowest
Component: Make (Get Involved) / P2 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)

Screenshot 2023-07-13 at 8.09.01 PM.png (373.2 KB) - added by pitamdey 5 months ago.
screenshot for better understanding
7138.patch (17.8 KB) - added by pitamdey 5 months ago.
after applying this solution the issue is resolved
7138.diff (527 bytes) - added by shailu25 5 months ago.
Patch Added

Download all attachments as: .zip

Change History (7)

@pitamdey
5 months ago

screenshot for better understanding

@pitamdey
5 months ago

after applying this solution the issue is resolved

#1 @pitamdey
5 months ago

we can add cursor pointer to the .wporg-table-of-contentsheader button
i.e. .wporg-table-of-contents
header button{cursor: pointer}
we can also add hover effect on this class

#3 @pitamdey
5 months ago

Thanks @dufresnesteven
yes we can add the CSS in following class

.wporg-table-of-contents__header {

	& button {
		cursor:pointer
	}
}

@shailu25
5 months ago

Patch Added

#4 @shailu25
5 months ago

  • Keywords has-patch added
Note: See TracTickets for help on using tickets.