Skip to content

Commit b05cddf

Browse files
committed
fix(Breadcrumb): unused css-prefix
1 parent e5924c2 commit b05cddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/breadcrumb/scss/mixin.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@
108108
color: $iconColor;
109109
}
110110

111-
.#{$css-prefix}breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
111+
.#{$css-prefix}breadcrumb-text:not(.#{$css-prefix}breadcrumb-text-ellipsis):hover > a {
112112
color: $textColorHover;
113113
}
114114

115115
a.#{$css-prefix}breadcrumb-text.activated:hover > a {
116116
color: $currentTextColorHover;
117117
}
118118

119-
a.#{$css-prefix}breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
119+
a.#{$css-prefix}breadcrumb-text:not(.#{$css-prefix}breadcrumb-text-ellipsis):hover {
120120
color: $textColorHover;
121121

122122
> b {

0 commit comments

Comments
 (0)