Skip to content

Commit

Permalink
Use outer box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Feb 8, 2024
1 parent 5a90a64 commit 51f5c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dataviews/src/style.scss
Expand Up @@ -224,13 +224,14 @@
overflow: hidden;
display: block;
width: 100%;
margin: 0 var(--wp-admin-border-width-focus);

&:hover {
color: $gray-900;
}
&:focus {
color: var(--wp-admin-theme-color--rgb);
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
border-radius: $grid-unit-05;
}
}
Expand Down

0 comments on commit 51f5c09

Please sign in to comment.