From fb482fc1c7273e28cdfdd772fc7caaee46fe173e Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Tue, 20 Oct 2020 16:59:18 +0100 Subject: [PATCH] Quickfix: unwanted border-right on bulk buy buttons --- app/assets/stylesheets/darkswarm/_shop-inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/_shop-inputs.scss b/app/assets/stylesheets/darkswarm/_shop-inputs.scss index 87e4274951..7de6a9355a 100644 --- a/app/assets/stylesheets/darkswarm/_shop-inputs.scss +++ b/app/assets/stylesheets/darkswarm/_shop-inputs.scss @@ -58,7 +58,7 @@ button.add-variant { button.variant-quantity { width: 3rem; - &:nth-of-type(1) { + &:nth-of-type(1):not(.bulk-buy):not(.bulk-buy-add) { border-right: .1em solid $orange-400; } }