Improve visible focus in the admin, props lessbloat, fixes #21324

git-svn-id: https://develop.svn.wordpress.org/trunk@22268 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-10-22 19:51:51 +00:00
parent b246624b4f
commit 1380819bfe
6 changed files with 51 additions and 61 deletions
+4
View File
@@ -1019,6 +1019,10 @@ html[dir="rtl"] .wp-switch-editor {
float: left;
}
.wp-switch-editor:active {
background-color: #f1f1f1;
}
.wp-switch-editor:hover {
text-decoration: none !important;
}