Changeset 28616
- Timestamp:
- 05/29/2014 02:22:39 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r28608 r28616 266 266 267 267 #adminmenu a:focus, 268 #adminmenu a:active,269 268 .screen-reader-text:focus { 269 -webkit-box-shadow: none; 270 box-shadow: none; 270 271 outline: none; 271 272 } -
trunk/src/wp-includes/css/admin-bar.css
r28599 r28616 66 66 #wpadminbar textarea, 67 67 #wpadminbar div { 68 -webkit-box-shadow: none; 69 box-shadow: none; 68 70 outline: none; 69 71 }
Note: See TracChangeset
for help on using the changeset viewer.