List Tables: fix row links CSS for RTL.
Props afercia. Fixes #34150. git-svn-id: https://develop.svn.wordpress.org/trunk@35566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
de02c5d2cd
commit
b55053ba07
@ -881,6 +881,11 @@ p.pagenav {
|
||||
padding: 2px 0 0;
|
||||
}
|
||||
|
||||
/* ticket #34150 */
|
||||
.rtl .row-actions a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.row-actions .network_only,
|
||||
.row-actions .network_active {
|
||||
color: #000;
|
||||
|
Loading…
Reference in New Issue
Block a user