diff --git a/app/assets/stylesheets/darkswarm/_shop-product-rows.scss b/app/assets/stylesheets/darkswarm/_shop-product-rows.scss index f573fbb744..297db084cc 100644 --- a/app/assets/stylesheets/darkswarm/_shop-product-rows.scss +++ b/app/assets/stylesheets/darkswarm/_shop-product-rows.scss @@ -161,6 +161,12 @@ border-color: #ccc; } } + + // Foundation doesn't show the nub on mobile. + // Repeating the style to show it here. + .nub { + border-color: transparent transparent #333333 transparent; + } } } }