From f5a7318ad18d16c8296d45f3b8ff44d8a8772143 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 26 Aug 2023 20:45:07 +0200 Subject: [PATCH] Suppress the border of boxes with `.boxBorderless` See https://www.woltlab.com/community/thread/301308-sidebar-ads-show-the-border-of-the-box-in-dark-theme/ --- wcfsetup/install/files/style/layout/box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 84d56b4dc9..4b6ba3897a 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -378,11 +378,11 @@ } .box { - border: 1px solid var(--wcfSidebarBorder); border-radius: var(--wcfBorderRadius); &:not(.boxBorderless) { background-color: var(--wcfSidebarBackground); + border: 1px solid var(--wcfSidebarBorder); @include screen-md-down { padding: 20px 10px; -- 2.20.1