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> <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)}

View File

@ -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)}

View File

@ -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)}