We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5924c2 commit b05cddfCopy full SHA for b05cddf
src/breadcrumb/scss/mixin.scss
@@ -108,15 +108,15 @@
108
color: $iconColor;
109
}
110
111
- .#{$css-prefix}breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a {
+ .#{$css-prefix}breadcrumb-text:not(.#{$css-prefix}breadcrumb-text-ellipsis):hover > a {
112
color: $textColorHover;
113
114
115
a.#{$css-prefix}breadcrumb-text.activated:hover > a {
116
color: $currentTextColorHover;
117
118
119
- a.#{$css-prefix}breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover {
+ a.#{$css-prefix}breadcrumb-text:not(.#{$css-prefix}breadcrumb-text-ellipsis):hover {
120
121
122
> b {
0 commit comments