Skip to content

Commit

Permalink
Do it better
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Dec 21, 2024
1 parent 0c29ebd commit 2a1c719
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/inventory-page/StoreBucketDropTarget.m.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
:global(.sub-bucket) {
.canDrop {
&.canDrop {
background-color: rgba(255, 255, 255, 0.2);
}
.over {
&.over {
box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.grouped {
&.grouped {
display: flex;
flex-wrap: wrap;
}
Expand Down

0 comments on commit 2a1c719

Please sign in to comment.