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;