Skip to content

Commit

Permalink
Fix incorrect CSS value for statusbar popover shadow (jupyterlab#14789)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Jul 11, 2023
1 parent 3667994 commit 770ed91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/statusbar/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

.jp-StatusBar-HoverItem {
box-shadow: '0px 4px 4px rgba(0, 0, 0, 0.25)';
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.jp-StatusBar-TextItem {
Expand Down

0 comments on commit 770ed91

Please sign in to comment.