Skip to content
Prev Previous commit
Next Next commit
Update snapshot
  • Loading branch information
t-hamano committed Jul 12, 2023
commit 672e3995aea55944fc67942bedc68eb8b17ff519
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,8 @@ exports[`EditPostPreferencesModal should match snapshot when the modal is active
}

.emotion-13 {
font-size: 13px;
font-family: inherit;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
Expand All @@ -616,12 +618,18 @@ exports[`EditPostPreferencesModal should match snapshot when the modal is active
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.emotion-13:focus {
box-shadow: none;
outline: none;
}

.emotion-13:focus-visible {
box-shadow: 0 0 0 var( --wp-admin-border-width-focus ) var(
--wp-components-color-accent,
var( --wp-admin-theme-color, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) )
);
outline: 2px solid transparent;
outline-offset: 0;
}

.emotion-15 {
Expand Down