Ticket #28096: 28096.2.patch
File 28096.2.patch, 593 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/css/editor.css
1085 1085 padding: 0; 1086 1086 } 1087 1087 1088 #wp-link-search-toggle::after { 1088 #wp-link-search-toggle:after { 1089 display: inline-block; 1089 1090 font: normal 20px/1 'dashicons'; 1090 1091 vertical-align: top; 1091 1092 speak: none; … … 1094 1095 content: '\f140'; 1095 1096 } 1096 1097 1097 .search-panel-visible #wp-link-search-toggle: :after {1098 .search-panel-visible #wp-link-search-toggle:after { 1098 1099 content: '\f142'; 1099 1100 } 1100 1101