Opened 7 years ago
Closed 7 years ago
#30957 closed defect (bug) (fixed)
Twenty Fifteen: remove unused CSS class for wp_page_menu
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
Description ¶
While I was looking at #30722, I've realised the theme still has CSS classes for wp_page_menu
which is unused in the theme - page_item_has_children
, current_page_item
, current_page_ancestor
. We should remove them from the stylesheet.
Also I found some errors — double classes and spacing pattern.
Commits (1)
- [31183] Twenty Fifteen: remove unused CSS rules for
wp_page_menu
since are not used in the theme. And a bit of CSS cleanup.… by @lancewillett 7 years ago
Pull Requests (0)
- To link a Pull Request to this ticket, create a new Pull Request in the WordPress GitHub mirror and include this ticket’s URL in the description.
Note: See
TracTickets for help on using
tickets.
Nice cleanup, Takashi.