Skip to content

Commit 361b194

Browse files
committed
Quick/Bulk Edit: Update focus color on inline edit panel.
Use admin theme variables to set the inline edit wrapper focus border. Props hmbashar, joedolson, huzaifaalmesbah, mukesh27, shailu25, audrasjb, rahultank, manhar, ozgursar. Fixes #64757. git-svn-id: https://develop.svn.wordpress.org/trunk@61851 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2d635c7 commit 361b194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/css/list-tables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,8 @@ tr.inline-edit-row td {
922922
}
923923

924924
.inline-edit-wrapper:focus {
925-
border-color: #2271b1;
926-
box-shadow: 0 0 0 1px #2271b1;
925+
border-color: var(--wp-admin-theme-color, #3858e9);
926+
box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
927927
/* Only visible in Windows High Contrast mode */
928928
outline: 2px solid transparent;
929929
}

0 commit comments

Comments
 (0)