Skip to content

Commit 5c5a470

Browse files
authored
angular-material: Revert deletion of hide css class
Revert the deletion of the hide css class in the angular material master detail renderer. With this, the delete button is displayed only when an item is hovered and hidden. Fixes #2327
1 parent 718aba0 commit 5c5a470

File tree

1 file changed

+3
-0
lines changed
  • packages/angular-material/src/library/other/master-detail

1 file changed

+3
-0
lines changed

packages/angular-material/src/library/other/master-detail/master.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ export const removeSchemaKeywords = (path: string) => {
144144
top: 0;
145145
right: 0;
146146
}
147+
.hide {
148+
display: none;
149+
}
147150
.show {
148151
display: inline-block;
149152
}

0 commit comments

Comments
 (0)