Commit 503c945 1 parent 7c68203 commit 503c945 Copy full SHA for 503c945
File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 77
77
) {
78
78
.#{$css-prefix } breadcrumb-text {
79
79
color : $textColor ;
80
-
81
80
> b {
82
81
color : $keywordTextColor ;
83
82
}
83
+ > a {
84
+ color : $textColor ;
85
+ text-decoration : none ;
86
+ text-align : center ;
87
+ }
84
88
}
85
89
86
90
.#{$css-prefix } breadcrumb-text.activated {
87
91
color : $currentTextColor ;
88
92
font-weight : $currentTextWeight ;
93
+ > a {
94
+ color : $currentTextColor ;
95
+ font-weight : $currentTextWeight ;
96
+ }
89
97
}
90
98
91
99
.#{$css-prefix } breadcrumb-text-ellipsis {
97
105
color : $iconColor ;
98
106
}
99
107
108
+ .#{$css-prefix } breadcrumb-text :not (.next-breadcrumb-text-ellipsis ):hover > a {
109
+ color : $textColorHover ;
110
+ }
111
+
112
+ a .#{$css-prefix } breadcrumb-text.activated :hover > a {
113
+ color : $currentTextColorHover ;
114
+ }
115
+
100
116
a .#{$css-prefix } breadcrumb-text :not (.next-breadcrumb-text-ellipsis ):hover {
101
117
color : $textColorHover ;
102
118
You can’t perform that action at this time.
0 commit comments