fix(ui): keep breadcrumb separators visible
This commit is contained in:
@@ -62,7 +62,7 @@ label: string = "Breadcrumb"
|
||||
{:else if separator === "arrow"}
|
||||
<span>→</span>
|
||||
{:else}
|
||||
<span class="icon-[lucide--chevron-right] wrn-breadcrumb__separator-icon"></span>
|
||||
<span class="wrn-breadcrumb__separator-icon">›</span>
|
||||
{/if}
|
||||
</span>
|
||||
{/if}
|
||||
@@ -112,7 +112,7 @@ label: string = "Breadcrumb"
|
||||
{:else if separator === "arrow"}
|
||||
<span>→</span>
|
||||
{:else}
|
||||
<span class="icon-[lucide--chevron-right] wrn-breadcrumb__separator-icon"></span>
|
||||
<span class="wrn-breadcrumb__separator-icon">›</span>
|
||||
{/if}
|
||||
</span>
|
||||
{/if}
|
||||
@@ -232,8 +232,14 @@ label: string = "Breadcrumb"
|
||||
}
|
||||
|
||||
.wrn-breadcrumb__separator-icon {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 0.9rem;
|
||||
height: 0.9rem;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.wrn-breadcrumb__link,
|
||||
|
||||
Reference in New Issue
Block a user