From fd1f0b633a7e9dc90f3cfe9d92d55a3ad2629e33 Mon Sep 17 00:00:00 2001 From: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com> Date: Thu, 20 Oct 2022 09:31:27 -0600 Subject: [PATCH 1/2] Update apps/browser/src/popup/scss/box.scss Co-authored-by: Oscar Hinton --- apps/browser/src/popup/scss/box.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/browser/src/popup/scss/box.scss b/apps/browser/src/popup/scss/box.scss index 3a4dfd5620d..92bb51216f4 100644 --- a/apps/browser/src/popup/scss/box.scss +++ b/apps/browser/src/popup/scss/box.scss @@ -52,8 +52,6 @@ } .box-content { - // border-top: 1px solid #000000; - // border-bottom: 1px solid #000000; @include themify($themes) { background-color: themed("backgroundColor"); From 1d42dbee41151fd1de2cb8b09e07660ae5dcfbef Mon Sep 17 00:00:00 2001 From: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com> Date: Thu, 20 Oct 2022 09:31:34 -0600 Subject: [PATCH 2/2] Update apps/desktop/src/scss/box.scss Co-authored-by: Oscar Hinton --- apps/desktop/src/scss/box.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/apps/desktop/src/scss/box.scss b/apps/desktop/src/scss/box.scss index 5616922efca..67ce66ccb22 100644 --- a/apps/desktop/src/scss/box.scss +++ b/apps/desktop/src/scss/box.scss @@ -120,20 +120,6 @@ z-index: 1; text-align: left; - // &:before { - // content: ""; - // position: absolute; - // right: 0; - // bottom: 0; - // height: 1px; - // width: calc(100% - 10px); - // border-bottom: 1px solid #000000; - - // @include themify($themes) { - // border-bottom-color: themed("boxBorderColor"); - // } - // } - &:first-child, &:last-child { border-radius: $border-radius;