Skip to content

Commit 4682c6b

Browse files
committed
fix: remove border between items in .sidebar-section
1 parent 585725a commit 4682c6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/Theme-Minimal/inputs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,10 @@ div.react-datepicker {
467467
border-right: var(--primary-1) !important;
468468
}
469469

470+
.sidebar-section {
471+
border-bottom: var(--primary-1) !important;
472+
}
473+
470474
/* sliders */
471475
input[type="range"]::-moz-range-track {
472476
background: var(--primary-4);

0 commit comments

Comments
 (0)