Skip to content

Commit

Permalink
Editor: Improved menu box-shadow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 8, 2024
1 parent b2e1389 commit 97fcd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ select {

#menubar .menu:hover .options {
display: block;
box-shadow: 0 5px 10px -5px #000;
box-shadow: 0 10px 10px -5px #00000033;
}

#menubar .menu .options hr {
Expand Down

0 comments on commit 97fcd3c

Please sign in to comment.