File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/edit-post/src/components/preferences-modal/test/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -580,13 +580,13 @@ exports[`EditPostPreferencesModal should match snapshot when the modal is active
580580}
581581
582582.emotion-13:hover {
583- color : var ( -- wp - admin - theme - color , #007cba );
583+ color : var (-- wp - components - color - accent , var ( -- wp - admin - theme - color , #007cba ) );
584584}
585585
586586.emotion-13:focus {
587587 background - color : transparent ;
588- color : var ( -- wp - admin - theme - color , #007cba );
589- border - color : var ( -- wp - admin - theme - color , #007cba );
588+ color : var (-- wp - components - color - accent , var ( -- wp - admin - theme - color , #007cba ) );
589+ border - color : var (-- wp - components - color - accent , var ( -- wp - admin - theme - color , #007cba ) );
590590 outline : 3px solid transparent ;
591591}
592592
You can’t perform that action at this time.
0 commit comments