Making WordPress.org

Changeset 6336


Ignore:
Timestamp:
01/10/2018 05:11:14 PM (7 years ago)
Author:
obenland
Message:

WP4: Account for browser button styles.

Fixes an appearance bug in Safari browsers after the switch to an actual button element.

See https://wordpress.slack.com/archives/C02QB8GMM/p1515602691000872
See #3365.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/wp4.css

    r6332 r6336  
    394394
    395395#mobile-menu-button {
     396    background: none;
     397    border: none;
     398    box-shadow: none;
    396399    position: absolute;
    397400    top: 75px;
     
    407410    font-family: 'dashicons';
    408411    line-height: 1;
     412    padding: 1px;
     413    text-shadow: none;
    409414    -webkit-transition: color .1s ease-in 0;
    410415    -moz-transition: color .1s ease-in 0;
     416    transition: color .1s ease-in 0;
     417    -webkit-appearance: none;
    411418    -webkit-font-smoothing: antialiased;
    412419}
     
    427434    font: normal 50px/1 'Dashicons';
    428435    -webkit-font-smoothing: antialiased;
    429 }
    430 
    431 #mobile-menu-button:hover {
    432     background:none;
    433436}
    434437
Note: See TracChangeset for help on using the changeset viewer.