Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Dec 10, 2024
1 parent 6aea434 commit 9bb35cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/dataviews/src/dataviews-layouts/grid/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,15 @@
}
}
&.is-selected .dataviews-view-grid__media::after,
.dataviews-view-grid__media::focus::after {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);

.dataviews-view-grid__media:focus::after {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
&.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);
}


}

.dataviews-view-grid__media {
Expand Down

0 comments on commit 9bb35cf

Please sign in to comment.