mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(devtools): removes unused classes (#60475)
These `cy-*` classes are not referenced in any styles and appear to be unused. PR Close #60475
This commit is contained in:
committed by
Jessica Janiuk
parent
61ff42a263
commit
ab9dd73a92
+1
-1
@@ -25,7 +25,7 @@
|
||||
@for (panel of panels(); track $index) {
|
||||
<div class="mat-accordion-content" cdkDrag>
|
||||
@if (panel.controls().dataSource.data.length > 0) {
|
||||
<mat-expansion-panel [class]="panel.class" [expanded]="true">
|
||||
<mat-expansion-panel [expanded]="true">
|
||||
<mat-expansion-panel-header collapsedHeight="25px" expandedHeight="25px">
|
||||
<mat-panel-title>{{ panel.title }}</mat-panel-title>
|
||||
</mat-expansion-panel-header>
|
||||
|
||||
-3
@@ -48,17 +48,14 @@ export class PropertyViewBodyComponent {
|
||||
{
|
||||
title: 'Inputs',
|
||||
controls: () => this.directiveInputControls(),
|
||||
class: 'cy-inputs',
|
||||
},
|
||||
{
|
||||
title: 'Outputs',
|
||||
controls: () => this.directiveOutputControls(),
|
||||
class: 'cy-outputs',
|
||||
},
|
||||
{
|
||||
title: 'Properties',
|
||||
controls: () => this.directiveStateControls(),
|
||||
class: 'cy-properties',
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user