Skip to content

Commit 697cdda

Browse files
committed
refactor(styles): prevent warnings in compiled css
1 parent 8df9835 commit 697cdda

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/styles.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
text-decoration-line: underline;
5353
}
5454

55-
.color.cdk-drag-preview {
56-
.actions {
57-
visibility: hidden;
58-
}
55+
.color.cdk-drag-preview .actions {
56+
visibility: hidden;
5957
}
60-
}
58+
}

0 commit comments

Comments
 (0)