Add missing massinput-classes

This commit is contained in:
Gregor Kleen 2019-05-05 15:02:36 +02:00
parent 7c2201da8b
commit ab2b187b63
3 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@ $newline never
<table>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput--cell>
<tr .massinput__cell>
^{cellWdgts ! coord}
<td>
^{fvInput (delButtons ! coord)}
<tfoot>
<tr .massinput--add>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}

View File

@ -2,10 +2,10 @@ $newline never
<table>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput--cell>
<tr .massinput__cell>
^{cellWdgts ! coord}
<td>
^{fvInput (delButtons ! coord)}
<tfoot>
<tr .massinput--add>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}

View File

@ -2,10 +2,10 @@ $newline never
<table>
<tbody>
$forall coord <- review liveCoords lLength
<tr .massinput--cell>
<tr .massinput__cell>
^{cellWdgts ! coord}
<td>
^{fvInput (delButtons ! coord)}
<tfoot>
<tr .massinput--add>
<tr .massinput__cell.massinput__cell--add>
^{addWdgts ! (0, 0)}