We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836dcce commit 6106362Copy full SHA for 6106362
src/styles.scss
@@ -236,6 +236,12 @@ mat-card-content {
236
width: 100% !important;
237
}
238
239
+/* Remove background from detail component */
240
+k-details {
241
+ background-color: transparent !important;
242
+ box-shadow: unset !important;
243
+}
244
+
245
// MARK: Angular 17 Material Fixes
246
.mat-mdc-icon-button {
247
display: grid !important;
0 commit comments