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

css fixes, dropdown fixes

This commit is contained in:
codecalm
2020-01-26 23:39:00 +01:00
parent d680d393a5
commit 0858099955
15 changed files with 56 additions and 50 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
@each $name, $symbol in $breadcrumb-variants {
.breadcrumb-#{$name} {
.breadcrumb-item + .breadcrumb-item::before {
.breadcrumb-item + .breadcrumb-item:before {
content: $symbol;
}
}