Skip to content

Commit

Permalink
angular-material: Revert deletion of hide css class
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stanisev committed May 15, 2024
1 parent 718aba0 commit 5c5a470
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ export const removeSchemaKeywords = (path: string) => {
top: 0;
right: 0;
}
.hide {
display: none;
}
.show {
display: inline-block;
}
Expand Down

0 comments on commit 5c5a470

Please sign in to comment.