CSX-268 Remove outdated css rule (#11397)

* CSX-268 Remove outdated css rule
This commit is contained in:
Adriano Costa
2025-11-27 15:06:50 +01:00
committed by GitHub
parent 91447f8646
commit 0f911b1259
2 changed files with 0 additions and 6 deletions
@@ -54,7 +54,6 @@
white-space: nowrap;
cursor: default;
padding: 6px 0;
border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
}
#{ms.$mat-line-ripple} {
@@ -79,12 +79,7 @@
color: var(--adf-theme-foreground-text-color-054);
}
.adf-property-read-only:not(:has(.adf-property-readonly-value)) {
border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
}
.adf-property-value-not-editable {
/* stylelint-disable-next-line declaration-no-important */
color: var(--adf-metadata-property-panel-title-color);
}