Small change, (visually) disable "Link to Source" on characters that weren't downloaded from a source (#4588)
* feat: enable character source dropdown based on availability and style disabled options * feat: emit event when character is in right character panel * refactor: rename CHARACTER_SELECT_SELECTED event to CHARACTER_EDITOR_OPENED for clarity * Always disable source option when peeking in groups --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This commit is contained in:
@@ -2931,6 +2931,10 @@ select option:not(:checked) {
|
||||
color: var(--white70a);
|
||||
}
|
||||
|
||||
select option[disabled]:not(:checked) {
|
||||
color: var(--white30a);
|
||||
}
|
||||
|
||||
/*#######################################################################*/
|
||||
|
||||
#rm_api_block {
|
||||
|
||||
Reference in New Issue
Block a user