From 902f82af4fa12c74b69bba90be3ab8cccf20f5bf Mon Sep 17 00:00:00 2001 From: simurai Date: Thu, 27 Feb 2020 17:54:14 +0900 Subject: [PATCH] Revert "add border top for first row" This reverts commit cc43b96e612d87e1a6c059cd9e4dda3f377409b9. --- src/box/box.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/box/box.scss b/src/box/box.scss index dd56484c..80d2f78b 100644 --- a/src/box/box.scss +++ b/src/box/box.scss @@ -276,26 +276,14 @@ .Box-row--yellow { // stylelint-disable-next-line primer/colors background-color: $yellow-100; - - &:first-of-type { - border-top: $border-width $border-style $border-gray; - } } .Box-row--blue { background-color: $bg-blue-light; - - &:first-of-type { - border-top: $border-width $border-style $border-gray; - } } .Box-row--gray { background-color: $bg-gray; - - &:first-of-type { - border-top: $border-width $border-style $border-gray; - } } //Box with btn-octicon