related tags: use checkboxes to indicate selected tags.
In the related tags list, use checkboxes and bold to indicate selected tags, instead of highlighting selected tags with a blue background. This is so that you can see the colors of selected tags in the related tags list, and in particular so you can see the artist tag.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
|
||||
$spacer: 0.25rem; /* 4px */
|
||||
|
||||
.invisible { visibility: hidden; }
|
||||
.visible { visibility: visible; }
|
||||
|
||||
.font-monospace { font-family: var(--monospace-font); }
|
||||
.font-bold { font-weight: bold; }
|
||||
|
||||
@@ -34,6 +37,7 @@ $spacer: 0.25rem; /* 4px */
|
||||
|
||||
.h-10 { height: 10 * $spacer; }
|
||||
|
||||
.space-x-1 > * + * { margin-left: 1 * $spacer; }
|
||||
.space-x-2 > * + * { margin-left: 2 * $spacer; }
|
||||
.space-x-4 > * + * { margin-left: 4 * $spacer; }
|
||||
.space-y-4 > * + * { margin-top: 4 * $spacer; }
|
||||
|
||||
Reference in New Issue
Block a user