Skip to content

Commit 225bfdd

Browse files
authored
Fix Breadcrumb CSS nesting (#21)
1 parent a1ecb48 commit 225bfdd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Lumi/Components/Breadcrumb.purs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ styles = jss
133133

134134
, "& > .lumi-breadcrumb-separator": { margin: "0 10px" }
135135

136-
, "& > a.lumi-breadcrumb-back:hover::before":
137-
{ borderColor: cssStringHSLA colors.black
136+
, "& > a.lumi-breadcrumb-back":
137+
{ "&:hover::before":
138+
{ borderColor: cssStringHSLA colors.black
139+
}
138140
, "&::before":
139141
{ display: "inline-block"
140142

0 commit comments

Comments
 (0)