File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments