mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-16 23:50:17 +02:00
conditionally disable Subsonic list filters based on availability (#1567)
This commit is contained in:
@@ -27,3 +27,13 @@
|
||||
.row[data-focused='true'] {
|
||||
border: 1px solid var(--theme-colors-primary);
|
||||
}
|
||||
|
||||
.row.disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.row.disabled:hover {
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user