Fix keyboard accessibility for row actions in list tables. Restore the CSS part of [25592], accidentally reverted in [26072].

fixes #26145.

git-svn-id: https://develop.svn.wordpress.org/trunk@26324 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-11-22 08:19:44 +00:00
parent 2af4da91bb
commit 494742302c
2 changed files with 6 additions and 9 deletions

View File

@ -129,8 +129,6 @@ ul#adminmenu > li.current > a.current:after {
border-right-color: #eee;
}
#the-comment-list .comment-item p.row-actions,
.plugins .row-actions-visible,
.row-actions {
color: #ddd;
}

View File

@ -6674,7 +6674,7 @@ h2 .nav-tab {
list-style-type: disc;
}
.plugins .row-actions-visible {
.plugins .row-actions {
font-size: 13px;
padding: 0;
}
@ -6705,12 +6705,12 @@ h2 .nav-tab {
}
.plugins .second,
.plugins .row-actions-visible {
.plugins .row-actions {
padding: 0 0 5px;
}
.plugins .update .second,
.plugins .update .row-actions-visible {
.plugins .update .row-actions {
padding-bottom: 0;
}
@ -7780,15 +7780,14 @@ p.pagenav {
padding: 2px 0 0;
}
.mobile .row-actions {
visibility: visible;
}
tr:hover .row-actions,
.mobile .row-actions,
.row-actions.visible,
div.comment-item:hover .row-actions {
visibility: visible;
}
/* deprecated */
.row-actions-visible {
padding: 2px 0 0;
}