From 388b2588a4350e4a9e04680e3327c91d18b0fcea Mon Sep 17 00:00:00 2001 From: Nick Lawrence Date: Fri, 4 Apr 2025 16:05:39 -0400 Subject: [PATCH] When horizontal, remove the border from all control buttons --- packages/system/src/styles/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/system/src/styles/style.css b/packages/system/src/styles/style.css index cb6f2b7c..5e767630 100644 --- a/packages/system/src/styles/style.css +++ b/packages/system/src/styles/style.css @@ -158,4 +158,8 @@ &-button:last-child { border-bottom: none; } + + &.horizontal &-button { + border-bottom: none; + } }