Skip to content

Commit 263e95a

Browse files
committed
Admin: Fix active filter tab link color.
Change the border color on active filter tab links to use the admin theme color. Props hbhalodia, mukesh27, huzaifaalmesbah, noruzzaman, shailu25, joedolson. Fixes #64807. git-svn-id: https://develop.svn.wordpress.org/trunk@61858 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 1757a20 commit 263e95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ th.action-links {
10861086

10871087
.filter-links .current {
10881088
box-shadow: none;
1089-
border-bottom: 4px solid #646970;
1089+
border-bottom: 4px solid var(--wp-admin-theme-color);
10901090
color: #1d2327;
10911091
}
10921092

0 commit comments

Comments
 (0)