mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
breadcrumb fixes
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.breadcrumb-item {
|
||||
&.active {
|
||||
a {
|
||||
color: inherit;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@each $name, $symbol in $breadcrumb-variants {
|
||||
.breadcrumb-#{$name} {
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
@@ -14,6 +23,6 @@
|
||||
|
||||
.breadcrumb-alternate {
|
||||
a {
|
||||
color: $body-color;
|
||||
color: $text-muted;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user