Skip to content

Commit

Permalink
menu style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brookgagnon committed Jan 19, 2025
1 parent a74d18e commit fea0052
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.3-20241202
5.3.3-20250119
7 changes: 4 additions & 3 deletions scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@
{
display: block;
position: absolute;
bottom: -9999px;
bottom: 35px;
z-index: 20000;
opacity: 0;
transition: opacity 0.2s;
transition: opacity 0.1s;
padding: 10px 0;
pointer-events: none;
}

li:hover ul
{
opacity: 1;
bottom: 30px;
pointer-events: auto;
}

li li {
Expand Down
2 changes: 1 addition & 1 deletion themes/dark_on_light/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/dark_on_light/style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/dark_on_light_hc/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/dark_on_light_hc/style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/default/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/default/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/light_on_dark_hc/style.css

Large diffs are not rendered by default.

Loading

0 comments on commit fea0052

Please sign in to comment.