Skip to content

Commit

Permalink
fix: notebook node buttons hover (#19186)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Dec 13, 2023
1 parent dfd65ae commit 5583607
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified frontend/__snapshots__/lemon-ui-lemon-button--sizes--dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/__snapshots__/lemon-ui-lemon-button--sizes--light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/LemonButton/LemonButton3000.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
--lemon-button-padding-horizontal: 0.375rem;
--lemon-button-padding-adjacent-icon: 0.25rem;
--lemon-button-font-size: 0.75rem;
--lemon-button-height: 1.6875rem;
--lemon-button-height: 1.625rem;
--lemon-button-gap: 0.25rem;
--lemon-button-side-action-width: 1.5rem;
}
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/scenes/notebooks/Nodes/NodeWrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
display: flex;
gap: 0.2rem;
align-items: center;
height: 1.25rem;
height: 1.375rem;
overflow: hidden;
opacity: 0;
transition: all 150ms linear 1000ms;
Expand All @@ -49,7 +49,7 @@
&--editable:hover,
&--selected {
.NotebookNode__gap {
height: 2rem;
height: 1.875rem;
opacity: 1;
transition: all 150ms linear;
}
Expand Down

0 comments on commit 5583607

Please sign in to comment.