Skip to content

Commit e55e6e4

Browse files
authored
Fix back arrow styles (#20)
1 parent b9d85a3 commit e55e6e4

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

src/Lumi/Components/Breadcrumb.purs

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -135,23 +135,22 @@ styles = jss
135135

136136
, "& > a.lumi-breadcrumb-back:hover::before":
137137
{ borderColor: cssStringHSLA colors.black
138-
}
139-
140-
, "&::before":
141-
{ display: "inline-block"
138+
, "&::before":
139+
{ display: "inline-block"
142140

143-
, content: "\"\""
144-
, verticalAlign: "baseline"
141+
, content: "\"\""
142+
, verticalAlign: "baseline"
145143

146-
, borderTop: [ "1px", "solid", cssStringHSLA colors.black1 ]
147-
, borderRight: "none"
148-
, borderBottom: "none"
149-
, borderLeft: [ "1px", "solid", cssStringHSLA colors.black1 ]
150-
, transform: "rotate(-45deg)"
144+
, borderTop: [ "1px", "solid", cssStringHSLA colors.black1 ]
145+
, borderRight: "none"
146+
, borderBottom: "none"
147+
, borderLeft: [ "1px", "solid", cssStringHSLA colors.black1 ]
148+
, transform: "rotate(-45deg)"
151149

152-
, width: "8px"
153-
, height: "8px"
154-
, margin: "0 7px 0 2px"
150+
, width: "8px"
151+
, height: "8px"
152+
, margin: "0 7px 0 2px"
153+
}
155154
}
156155
}
157156
}

0 commit comments

Comments
 (0)