Skip to content

Commit e5d4fd3

Browse files
authored
Remove CSS custom properties
1 parent 58ecd43 commit e5d4fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/css/wp-embed-template.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ p.wp-embed-heading {
217217

218218
.wp-embed-share-dialog-open:focus .dashicons,
219219
.wp-embed-share-dialog-close:focus .dashicons {
220-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
220+
box-shadow: 0 0 0 1.5px #3858e9;
221221
/* Only visible in Windows High Contrast mode */
222222
outline: 2px solid transparent;
223223
border-radius: 100%;

0 commit comments

Comments
 (0)