From 623240e5567638532106e12fbd49267c637a120c Mon Sep 17 00:00:00 2001 From: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:27:11 -0600 Subject: [PATCH] restore desktop pseudo rule --- apps/desktop/src/scss/box.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/apps/desktop/src/scss/box.scss b/apps/desktop/src/scss/box.scss index 67ce66ccb22..68f19f1806f 100644 --- a/apps/desktop/src/scss/box.scss +++ b/apps/desktop/src/scss/box.scss @@ -120,6 +120,19 @@ 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;