Make WordPress Core


Ignore:
Timestamp:
12/18/2018 10:08:33 PM (8 years ago)
Author:
desrosj
Message:

Twenty Nineteen: Code Quality Improvements.

This change adds general code quality and documentation improvements.

More info here: https://github.com/WordPress/twentynineteen/pull/546

Props grapplerulrich, iCaleb, allancole.

Merges [44187] to trunk.

See #45424.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss

    r44149 r44298  
    4646                                        height: 32px;
    4747
     48                                        // Prevent icons from jumping in Safari using hardware acceleration.
     49                                        transform: translateZ(0);
     50
    4851                                        &#ui-icon-link {
    4952                                                transform: rotate(-45deg);
Note: See TracChangeset for help on using the changeset viewer.