Make WordPress Core

Ticket #26189: 26189.4.diff

File 26189.4.diff, 979 bytes (added by iamtakashi, 12 years ago)

Make sure the menu toggle text is hidden.

  • wp-content/themes/twentyfourteen/css/ie.css

     
    928928        font-size: 16px;
    929929        line-height: 45px;
    930930        text-transform: uppercase;
     931        visibility: visible;
    931932        width: 200px;
    932933}
    933934
  • wp-content/themes/twentyfourteen/style.css

     
    979979
    980980.menu-toggle {
    981981        cursor: pointer;
    982         font-size: 0;
    983982        height: 48px;
    984983        margin: 0;
    985984        position: absolute;
    986985        top: 0;
    987986        right: 0;
    988987        text-align: center;
     988        visibility: hidden;
    989989        width: 48px;
    990990}
    991991
    992992.menu-toggle:before {
    993993        color: #fff;
    994994        content: "\f419";
    995         margin-top: 16px;
     995        position: relative;
     996        top: -1px;
     997        visibility: visible;
    996998}
    997999
    9981000