From 8331b30d73e420a07027978345f24c1191786a9c Mon Sep 17 00:00:00 2001 From: Jiiks Date: Mon, 6 Aug 2018 15:25:53 +0300 Subject: [PATCH] Remove not so nice looking border --- client/src/styles/partials/generic/buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/partials/generic/buttons.scss b/client/src/styles/partials/generic/buttons.scss index cffdf1ce..54831c03 100644 --- a/client/src/styles/partials/generic/buttons.scss +++ b/client/src/styles/partials/generic/buttons.scss @@ -72,7 +72,7 @@ } &:not(:last-of-type) { - border-right: 1px solid rgba(114, 118, 126, 0.3); + // border-right: 1px solid rgba(114, 118, 126, 0.3); } &:not(:first-of-type) {