Ticket #30490: 30490.patch
| File 30490.patch, 630 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/css/editor.css
975 975 color: #222; 976 976 } 977 977 978 .wp-switch-editor:active, 979 .html-active .switch-html:focus, 980 .tmce-active .switch-tmce:focus { 981 -webkit-box-shadow: none; 982 box-shadow: none; 978 .wp-switch-editor:active { 979 background-color: #f5f5f5; 983 980 } 984 981 985 .wp-switch-editor:active {986 background-color: #f5f5f5; 982 .wp-switch-editor:active, 983 .wp-switch-editor:focus:active { 987 984 -webkit-box-shadow: none; 988 985 box-shadow: none; 989 986 }