1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

breadcrumb fixes

This commit is contained in:
codecalm
2019-07-09 19:54:30 +02:00
parent 846beb79d0
commit bd7b8be915
5 changed files with 18 additions and 6 deletions
+10 -1
View File
@@ -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;
}
}