Make the disabled details collapse/expand more obvious when it's disabled (closes #63)
This commit is contained in:
parent
9955b76956
commit
687440c0da
3 changed files with 10 additions and 0 deletions
|
|
@ -138,6 +138,10 @@
|
|||
background: var(--item-card-header-input-background);
|
||||
color: var(--item-card-header-input-colour);
|
||||
text-align: center;
|
||||
|
||||
&:disabled {
|
||||
color: var(--item-card-header-disabled-input-colour);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue