[wp-trac] [WordPress Trac] #28293: Twenty Thirteen: Menu not accessible in "mobile" size

WordPress Trac noreply at wordpress.org
Tue Jul 15 19:35:49 UTC 2014


#28293: Twenty Thirteen: Menu not accessible in "mobile" size
---------------------------+----------------------------
 Reporter:  rclations      |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  high           |   Milestone:  4.0
Component:  Bundled Theme  |     Version:  3.6
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |     Focuses:  accessibility
---------------------------+----------------------------

Comment (by rclations):

 Rerolled the patch with the easy stuff mixed in

 ---

 @obenland which selector were you thinking for the padding? It's on the
 main .menu-toggle already, I only added to :active to override
 {{{
 button:active,
 input[type="submit"]:active,
 input[type="button"]:active,
 input[type="reset"]:active {
         padding: 10px 24px 11px;
 }
 }}}

 I can add the child element styles you recommend, but I think they're
 already covered by
 {{{
 .nav-menu li:hover > a,
 .nav-menu li a:hover,
 .nav-menu li:focus > a,
 .nav-menu li a:focus {
         background-color: #220e10;
         color: #fff;
 }
 }}}

 let me know if I'm missing anything or what I can do to get this one
 wrapped up

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28293#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list