Add missing massinput-classes
This commit is contained in:
parent
7c2201da8b
commit
ab2b187b63
@ -2,10 +2,10 @@ $newline never
|
|||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
$forall coord <- review liveCoords lLength
|
$forall coord <- review liveCoords lLength
|
||||||
<tr .massinput--cell>
|
<tr .massinput__cell>
|
||||||
^{cellWdgts ! coord}
|
^{cellWdgts ! coord}
|
||||||
<td>
|
<td>
|
||||||
^{fvInput (delButtons ! coord)}
|
^{fvInput (delButtons ! coord)}
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr .massinput--add>
|
<tr .massinput__cell.massinput__cell--add>
|
||||||
^{addWdgts ! (0, 0)}
|
^{addWdgts ! (0, 0)}
|
||||||
|
|||||||
@ -2,10 +2,10 @@ $newline never
|
|||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
$forall coord <- review liveCoords lLength
|
$forall coord <- review liveCoords lLength
|
||||||
<tr .massinput--cell>
|
<tr .massinput__cell>
|
||||||
^{cellWdgts ! coord}
|
^{cellWdgts ! coord}
|
||||||
<td>
|
<td>
|
||||||
^{fvInput (delButtons ! coord)}
|
^{fvInput (delButtons ! coord)}
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr .massinput--add>
|
<tr .massinput__cell.massinput__cell--add>
|
||||||
^{addWdgts ! (0, 0)}
|
^{addWdgts ! (0, 0)}
|
||||||
|
|||||||
@ -2,10 +2,10 @@ $newline never
|
|||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
$forall coord <- review liveCoords lLength
|
$forall coord <- review liveCoords lLength
|
||||||
<tr .massinput--cell>
|
<tr .massinput__cell>
|
||||||
^{cellWdgts ! coord}
|
^{cellWdgts ! coord}
|
||||||
<td>
|
<td>
|
||||||
^{fvInput (delButtons ! coord)}
|
^{fvInput (delButtons ! coord)}
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr .massinput--add>
|
<tr .massinput__cell.massinput__cell--add>
|
||||||
^{addWdgts ! (0, 0)}
|
^{addWdgts ! (0, 0)}
|
||||||
|
|||||||
Reference in New Issue
Block a user