We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ecb48 commit 225bfddCopy full SHA for 225bfdd
1 file changed
src/Lumi/Components/Breadcrumb.purs
@@ -133,8 +133,10 @@ styles = jss
133
134
, "& > .lumi-breadcrumb-separator": { margin: "0 10px" }
135
136
- , "& > a.lumi-breadcrumb-back:hover::before":
137
- { borderColor: cssStringHSLA colors.black
+ , "& > a.lumi-breadcrumb-back":
+ { "&:hover::before":
138
+ { borderColor: cssStringHSLA colors.black
139
+ }
140
, "&::before":
141
{ display: "inline-block"
142
0 commit comments