mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-10 15:21:22 +02:00
repertoire: remove matched-first sorting and faded/disabled system for filter entries
Remove the system that sorted valid (matched) filter entries to the top and faded/disabled unmatched ones when any filter was active. Entries now stay in their natural alphabetical/numeric order regardless of selection state. - Drop usort calls that reordered entries by matched status - Simplify repFilterEntry: remove anyActive and colHasMatch params - Remove colHasMatches computation - Remove rep-entry--faded CSS rule - All filter buttons remain clickable at all times
This commit is contained in:
@@ -359,13 +359,6 @@
|
||||
color: var(--accent-primary);
|
||||
}
|
||||
|
||||
/* Faded/disabled: muted, not interactive */
|
||||
.rep-entry--faded {
|
||||
opacity: 0.3;
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Years column — big numbers, semi-bold (BBBDMSans Medium weight) */
|
||||
.repertoire-col[data-col="years"] .rep-entry {
|
||||
font-size: var(--step-3);
|
||||
|
||||
Reference in New Issue
Block a user