UX: clean up some label and form inconsistencies, reduce excess bolding (#25701)

This commit is contained in:
Kris
2024-02-15 11:27:51 -05:00
committed by GitHub
parent cfdb461e9a
commit 9374baab93
14 changed files with 60 additions and 26 deletions

View File

@@ -35,6 +35,7 @@
padding: 0.75em 1em;
margin: 0;
flex-grow: 1;
font-weight: normal;
input[type="checkbox"] {
margin-right: 0;
}

View File

@@ -21,6 +21,7 @@
margin-bottom: 0;
min-width: 0;
padding: 0.33em 0;
font-weight: normal;
@include breakpoint(tablet) {
// extra tappable space
padding: 0.5em 0;
@@ -43,6 +44,5 @@
.sidebar-tags-form__tag-label-count {
color: var(--primary-medium);
margin-left: 0.33em;
}
}