Skip to content

Commit

Permalink
Merge pull request RefugeRestrooms#473 from stardust66/hide-changing-…
Browse files Browse the repository at this point in the history
…table

Hide changing table icon in minimal lists
  • Loading branch information
mi-wood authored and DeeDeeG committed Oct 15, 2018
2 parents 2c95a1e + beb714c commit 93150d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/restrooms/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
clear: both;
padding: 5px 0;
border-width: 0;
.listItemImage, .itemRating, .unisexRestroom, .ADARestroom {
.listItemImage, .itemRating, .unisexRestroom, .ADARestroom, .changingTable {
display: none;
}
.itemInfo, .itemName, .itemStreet, .itemExtraInfo, .itemDistance {
Expand Down

0 comments on commit 93150d2

Please sign in to comment.