Make WordPress Core


Ignore:
Timestamp:
09/30/2019 10:52:36 AM (6 years ago)
Author:
afercia
Message:

Accessibility: Improve and modernize user interface controls: Remove the CSS transform 1 pixel shift from the buttons active state.

Props Joen.
See #34904.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r46290 r46350  
    33803380            -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    33813381            box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
    3382             -webkit-transform: translateY(1px);
    3383             -ms-transform: translateY(1px);
    3384             transform: translateY(1px);
    33853382        }
    33863383
Note: See TracChangeset for help on using the changeset viewer.