Skip to content

Commit

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

Large diffs are not rendered by default.

34 changes: 11 additions & 23 deletions basalt-bedrock.css
Original file line number Diff line number Diff line change
Expand Up @@ -1064,30 +1064,18 @@ button:-moz-focusring,
display: none;
}

#top-bar div[class*='top-bar'] ul li ul li ul::before {
content: '';
display: block;
width: .375em;
height: .75em;
clip-path: polygon(0 0, 100% 50%, 0 100%);
position: absolute;
top: calc(var(--header-UI-dropdown-font-size) *1.325);
left: calc(var(--header-UI-dropdown-font-size) *-.625);
transform: translateY(-50%);
background-color: rgb(var(--top-bar-link-background-hover-alt));
z-index: 2;
opacity: 0;
transition: opacity var(--header-link-transition-1st), background-color var(--header-link-transition-2nd);
}

#top-bar div[class*='top-bar'] ul li:is(:hover, :focus-within) ul li ul::before {
opacity: 1;
transition: opacity var(--header-link-transition-2nd), background-color var(--header-link-transition-2nd);
#top-bar div[class*=top-bar] ul li ul li a:not(:only-child) {
justify-content: space-between;
padding-inline-end: calc(var(--header-UI-dropdown-font-size) * .575);
column-gap: calc(var(--header-UI-dropdown-font-size) * 1.5);
}

#top-bar div[class*='top-bar'] ul li ul li a:is(:hover, :focus) + ul::before,
#top-bar div[class*='top-bar'] ul li ul li:is(:hover, :focus-within) ul::before {
background-color: rgb(var(--top-bar-link-color-hover));
#top-bar div[class*=top-bar] ul li ul li a:not(:only-child)::after {
content: "";
display: block;
width: .375em;
height: .75em;
clip-path: polygon(0 0, 100% 50%, 0 100%);
background-color: currentColor;
}

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

0 comments on commit 9b6fc4b

Please sign in to comment.