Skip to content

Commit

Permalink
Merge pull request #725 from CityOfBoston/develop
Browse files Browse the repository at this point in the history
DIG-1307 mobile tables
  • Loading branch information
subaha-cob authored Dec 23, 2022
2 parents c54f8c1 + be203a7 commit 3100a61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/base/table/table--mobile--vertical.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<tr>
<th scope="col">
Total Votes:
</span>
</th>
<td>359,294</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"handlebars": "^4.7.7",
"laggard": "^0.1.0",
"leaflet": "1.3.2",
"leaflet.markercluster": "github:CityOfBoston/Leaflet.markercluster#160f1f0",
"leaflet.markercluster": "https://git@github.com/CityOfBoston/Leaflet.markercluster#160f1f0",
"lodash": "^4.17.21",
"lost": "^8.1.0",
"postcss": "^8.2.13",
Expand All @@ -83,7 +83,7 @@
"rucksack-css": "^0.9.1",
"run-sequence": "^1.2.2",
"serve-static": "^1.11.1",
"templayed": "github:CityOfBoston/templayed.js",
"templayed": "https://git@github.com/CityOfBoston/templayed.js",
"vega-lib": "4.2.0",
"vega-lite": "3.0.0-rc5",
"vega-tooltip": "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/components/table/_table.styl
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
}
.responsive-table--vertical {
th {
border-bottom: 3px solid #ffffff;
border-bottom: 3px solid #fff;
border-right-color: $charles-blue;
}
}
2 changes: 1 addition & 1 deletion stylesheets/patterns-cob-theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ article .paragraphs-item-3-column-w-image ul li {
ul li {
list-style: none;
padding-left: 1.25em;
background: url("../images/global/icons/ul-bullet.svg") no-repeat left 14px transparent;
background: url("../images/global/icons/ul-bullet.svg") no-repeat left center transparent;
background-size: 10px;
margin: 0px 0px 29.25px 0px;
margin: 0rem 0rem 1.625rem 0rem
Expand Down

0 comments on commit 3100a61

Please sign in to comment.