Skip to content

Commit be8bb0f

Browse files
committed
add preloading remove icon for halogen
1 parent 216615b commit be8bb0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

halogen-v2.1.0-non-keyed/src/Main.purs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ render state =
221221
[ HP.classes [ HH.ClassName "table table-hover table-striped test-data" ] ]
222222
[ HH.tbody_
223223
$ map (renderRow state.selected) state.rows ]
224+
, HH.span
225+
[ HP.classes [ HH.ClassName "preloadicon glyphicon glyphicon-remove" ]
226+
, HP.attr (HH.AttrName "aria-hidden") "true" ]
227+
[ HH.text "" ]
224228
]
225229

226230

0 commit comments

Comments
 (0)