Skip to content

Commit

Permalink
[FIX-#2327] Revert deletion of hide css class, the delete button shou…
Browse files Browse the repository at this point in the history
…ld be displayed only when an item is hovered and hidden
  • Loading branch information
stanisev committed May 3, 2024
1 parent 718aba0 commit ed6291d
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 ed6291d

Please sign in to comment.