Skip to content

Commit

Permalink
Hide empty objects when grid is hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Apr 10, 2024
1 parent 7281cf9 commit 6cc1ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ kbd {
text-align: center;
}

.vertex.empty:not(.selected) .content:not(:hover) {
.grid:not(.hidden) + .container .vertex.empty:not(.selected) .content:not(:hover) {
border: var(--cell-hover) 2px solid;
}

Expand Down

0 comments on commit 6cc1ff9

Please sign in to comment.