Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3691ef7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Jul 29, 2023
1 parent 2fee4cb commit 5cfcbbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion basalt-bedrock-min.css

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions basalt-bedrock.css
Original file line number Diff line number Diff line change
Expand Up @@ -934,12 +934,14 @@ button:-moz-focusring,
#top-bar div[class*='top-bar'] ul li ul {
visibility: visible;
pointer-events: none;
opacity: 0;
width: max-content;
min-width: 100%;
display: flex;
flex-direction: column;
border: none;
contain: layout;
transition: opacity var(--header-link-transition-2nd);
}

#top-bar div.mobile-top-bar ul li ul {
Expand All @@ -953,6 +955,8 @@ button:-moz-focusring,
#top-bar div[class*='top-bar'] > ul > li:focus-within > ul,
#top-bar div[class*='top-bar'] > ul > li > ul:focus-within {
pointer-events: auto;
opacity: 1;
transition: opacity var(--header-link-transition-1st);
}

#top-bar div[class*='top-bar'] > ul > li > ul::before {
Expand Down Expand Up @@ -995,8 +999,7 @@ button:-moz-focusring,
box-shadow: inset 0 .05rem 0 rgb(var(--general-border-color));
-webkit-backdrop-filter: blur(var(--basalt-UI-blur));
backdrop-filter: blur(var(--basalt-UI-blur));
clip-path: inset(0 100% 0 0);
transition: color var(--header-link-transition-2nd), clip-path var(--header-link-transition-1st);
transition: color var(--header-link-transition-2nd);
display: flex;
align-items: center;
position: relative;
Expand All @@ -1013,8 +1016,7 @@ button:-moz-focusring,

#top-bar div[class*='top-bar'] ul > li:is(:hover,:focus-within) > ul > li > a,
#top-bar div[class*='top-bar'] ul > li > ul:is(:hover,:focus-within) > li > a {
clip-path: inset(0);
transition: color var(--header-link-transition-1st), clip-path var(--header-link-transition-2nd);
transition: color var(--header-link-transition-1st);
}

#top-bar div[class*='top-bar'] ul li ul li a:is(:hover, :focus),
Expand Down

0 comments on commit 5cfcbbf

Please sign in to comment.