Skip to content

Commit 6106362

Browse files
committed
Fix: Remove background from detail boxes in sidebar
1 parent 836dcce commit 6106362

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@ mat-card-content {
236236
width: 100% !important;
237237
}
238238

239+
/* Remove background from detail component */
240+
k-details {
241+
background-color: transparent !important;
242+
box-shadow: unset !important;
243+
}
244+
239245
// MARK: Angular 17 Material Fixes
240246
.mat-mdc-icon-button {
241247
display: grid !important;

0 commit comments

Comments
 (0)