Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Dec 10, 2024
1 parent 141eeaf commit e381324
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/dataviews/src/dataviews-layouts/grid/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
&.is-selected .dataviews-view-grid__media::after,
.dataviews-view-grid__media::focus::after {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
box-shadow: inset 0 0 0 $border-width var(--wp-admin-theme-color);

}
&.is-selected .dataviews-view-grid__media::after {
box-shadow: inset 0 0 0 $border-width var(--wp-admin-theme-color);
}
.dataviews-view-grid__media:focus::after {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}


Expand Down

0 comments on commit e381324

Please sign in to comment.