Skip to content

Commit

Permalink
remove problematic Plugins__Popconfirm class
Browse files Browse the repository at this point in the history
  • Loading branch information
Justicea83 committed Oct 24, 2023
1 parent 689d196 commit 6cbc858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/lemon-ui/LemonButton/LemonButton.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.LemonButton {
position: relative;
transition: background-color 200ms ease, color 200ms ease, border 200ms ease, opacity 200ms ease,
transform 100ms ease;
display: flex;
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/scenes/plugins/Plugins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
cursor: default;
}

.Plugins__Popconfirm {
z-index: var(--z-plugins-popconfirm);
}

.Plugin__JobJsonEditor {
border: 1px solid #efefef;
}
Expand Down

0 comments on commit 6cbc858

Please sign in to comment.