mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Code Modernization: Remove -webkit-appearance CSS declarations.
This changeset removes the deprecated `-webkit-appearance` CSS property used in `customizer-controls.css`. It doesn't change anything to the interface. Props laurent22777, desrosj, celloexpressions, costdev, rolfsiebers, audrasjb, Clorith. Fixes #38431. git-svn-id: https://develop.svn.wordpress.org/trunk@54188 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dabab3f636
commit
c2ef1a020e
@ -472,7 +472,6 @@ body.trashing #publish-settings {
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
box-shadow: none;
|
||||
-webkit-appearance: none;
|
||||
background: transparent;
|
||||
color: #50575e;
|
||||
border: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user