mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 02:54:06 +02:00
SaaS fixes (#6578)
Co-authored-by: Claude Opus 4.8 <[email protected]> Co-authored-by: James Brunton <[email protected]> Co-authored-by: Reece Browne <[email protected]> Co-authored-by: ConnorYoh <[email protected]> Co-authored-by: Reece <[email protected]> Co-authored-by: EthanHealy01 <[email protected]> Co-authored-by: Ludy <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.8
James Brunton
Reece Browne
ConnorYoh
Reece
EthanHealy01
Ludy
parent
96accea984
commit
ddf78d11ae
@@ -40,8 +40,53 @@
|
||||
.sui-navitem__trailing {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
}
|
||||
.sui-navitem:focus-visible {
|
||||
outline: 0.125rem solid var(--color-blue);
|
||||
outline-offset: 0.125rem;
|
||||
}
|
||||
|
||||
/* ---- Status accent (optional) ---- */
|
||||
.sui-navitem--accent {
|
||||
position: relative;
|
||||
}
|
||||
.sui-navitem--accent::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0.3125rem;
|
||||
bottom: 0.3125rem;
|
||||
width: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.sui-navitem[data-accent="blue"]::before {
|
||||
background: var(--color-blue);
|
||||
}
|
||||
.sui-navitem[data-accent="purple"]::before {
|
||||
background: var(--color-purple);
|
||||
}
|
||||
.sui-navitem[data-accent="green"]::before {
|
||||
background: var(--color-green);
|
||||
}
|
||||
.sui-navitem[data-accent="amber"]::before {
|
||||
background: var(--color-amber);
|
||||
}
|
||||
.sui-navitem[data-accent="red"]::before {
|
||||
background: var(--color-red);
|
||||
}
|
||||
.sui-navitem[data-accent="blue"] .sui-navitem__icon {
|
||||
color: var(--color-blue);
|
||||
}
|
||||
.sui-navitem[data-accent="purple"] .sui-navitem__icon {
|
||||
color: var(--color-purple);
|
||||
}
|
||||
.sui-navitem[data-accent="green"] .sui-navitem__icon {
|
||||
color: var(--color-green);
|
||||
}
|
||||
.sui-navitem[data-accent="amber"] .sui-navitem__icon {
|
||||
color: var(--color-amber);
|
||||
}
|
||||
.sui-navitem[data-accent="red"] .sui-navitem__icon {
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user