We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216615b commit be8bb0fCopy full SHA for be8bb0f
halogen-v2.1.0-non-keyed/src/Main.purs
@@ -221,6 +221,10 @@ render state =
221
[ HP.classes [ HH.ClassName "table table-hover table-striped test-data" ] ]
222
[ HH.tbody_
223
$ 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 "" ]
228
]
229
230
0 commit comments