Skip to content

Commit 9f7e7fa

Browse files
committed
fix(unity-bootstrap-theme): requested to remove !important
1 parent debc183 commit 9f7e7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_breadcrumb.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
display: flex;
1919
}
2020
&.active a {
21-
color: var(--bs-breadcrumb-item-active-color) !important;
21+
color: var(--bs-breadcrumb-item-active-color);
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)