Skip to content

Commit

Permalink
Fix style precedence for grouped inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Dec 21, 2024
1 parent 5cc8ed0 commit 0c29ebd
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/app/inventory-page/StoreBucketDropTarget.m.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.canDrop {
background-color: rgba(255, 255, 255, 0.2);
}
.over {
box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.7);
}
:global(.sub-bucket) {
.canDrop {
background-color: rgba(255, 255, 255, 0.2);
}
.over {
box-shadow: inset 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.grouped {
display: flex;
flex-wrap: wrap;
.grouped {
display: flex;
flex-wrap: wrap;
}
}

0 comments on commit 0c29ebd

Please sign in to comment.