When horizontal, remove the border from all control buttons

This commit is contained in:
Nick Lawrence
2025-04-04 16:05:39 -04:00
parent b9e4f82933
commit 388b2588a4
+4
View File
@@ -158,4 +158,8 @@
&-button:last-child {
border-bottom: none;
}
&.horizontal &-button {
border-bottom: none;
}
}