Make WordPress Core

Ticket #13273: 13273.bundled-themes.diff

File 13273.bundled-themes.diff, 2.1 KB (added by celloexpressions, 9 years ago)

Improved front-end support for placeholder menu items in bundled themes.

  • src/wp-content/themes/twentyeleven/style.css

     
    635635        font-weight: bold;
    636636}
    637637
     638.menu-item-type-placeholder > a {
     639        cursor: default;
     640}
     641
    638642/* Search Form */
    639643#branding #searchform {
    640644        position: absolute;
  • src/wp-content/themes/twentyfourteen/style.css

     
    964964        font-weight: 900;
    965965}
    966966
     967.menu-item-type-placeholder > a {
     968        cursor: default;
     969}
     970
    967971/* Primary Navigation */
    968972
    969973.primary-navigation {
  • src/wp-content/themes/twentyten/style.css

     
    460460        color: #fff;
    461461}
    462462
     463.menu-item-type-placeholder > a {
     464        cursor: default;
     465}
    463466
     467
    464468/* =Content
    465469-------------------------------------------------------------- */
    466470
  • src/wp-content/themes/twentythirteen/style.css

     
    943943        display: none;
    944944}
    945945
     946.menu-item-type-placeholder > a {
     947        cursor: default;
     948}
     949
    946950/* Navbar */
    947951.navbar {
    948952        background-color: #f7f5e7;
  • src/wp-content/themes/twentytwelve/style.css

     
    602602.menu-toggle {
    603603        display: inline-block;
    604604}
     605.menu-item-type-placeholder > a {
     606        cursor: default;
     607}
    605608
    606609/* Banner */
    607610section[role="banner"] {