Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#23854 closed defect (bug) (invalid)

nav-tab class minor improvement

Reported by: alexvorn2's profile alexvorn2 Owned by:
Milestone: Priority: normal
Severity: trivial Version: 3.3
Component: Administration Keywords:
Focuses: ui Cc:

Description

in the dashboard panel .nav-tab should have

border-color: #DFDFDF #DFDFDF transparent;

not

border-color: #DFDFDF #DFDFDF #ffffff;

and

border-width: 1px 1px 1px;

not

border-width: 1px 1px 0px;

Because this makes the link with nav-tab class smaller with 1px in height.

Change History (2)

#1 @helen
12 years ago

  • Component changed from General to Administration
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
  • Version changed from trunk to 3.3

This is how it needs to work to create the tabbed effect. See the credits page for an example.

#2 @SergeyBiryukov
12 years ago

  • Keywords ui-focus added
Note: See TracTickets for help on using tickets.