[wp-meta] [Making WordPress.org] #3105: Wrong colors on second menu (unreadable)

Making WordPress.org noreply at wordpress.org
Thu Sep 7 10:28:09 UTC 2017


#3105: Wrong colors on second menu (unreadable)
--------------------------------------+------------------
 Reporter:  Mte90                     |       Owner:
     Type:  defect                    |      Status:  new
 Priority:  normal                    |   Milestone:
Component:  Make (Get Involved) / P2  |  Resolution:
 Keywords:  needs-patch               |
--------------------------------------+------------------

Comment (by xkon):

 This has multiple sub-levels, the #2957 was dealing with 1 only if i
 remember correctly.

 Just with chrome inspection this would at least make the sub-menus blue
 and viewable. Unfortunately I don't have access to my VVV atm to check it
 further but it's a good start at least if someone wants to jump in as well
 so hope this helps.

 The idea was though that there shouldn't be any submenus from the past
 discussions, so if they are meant to stay better come up with a permanent
 solution and check everything ( responsive or not etc ).


 {{{
 .navigation-main .sub-menu {
     text-align: left;
         border: 0 !important;
         position: absolute;
 }

 .navigation-main .navigation-main .sub-menu li {
     clear: both !important;
     display: block !important;
     width: auto !important;
 }

 .navigation-main .sub-menu li a {
     background: #0073AA !important;
     color: #fff !important;
     text-decoration: none !important;
     width: auto !important;
 }
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3105#comment:5>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list