mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/css: dark mode contrast fixes (#388)
* client/css: fix dark mode pagination header bg * client/css/post-main-view: dark uses box-shadow * client/css: animate compact-tags updates * client: tag input animations fixed * client/css: darken darktheme success bg * client/css: dark tag background colors * client/css/tag-input-control: dark suggest header * client/css: darktheme mobile site-name in nav
This commit is contained in:
@ -197,9 +197,12 @@ class TagInputControl extends events.EventTarget {
|
||||
if (!tag.category) {
|
||||
listItemNode.classList.add("new");
|
||||
}
|
||||
if (source === SOURCE_IMPLICATION) {
|
||||
else if (source === SOURCE_IMPLICATION) {
|
||||
listItemNode.classList.add("implication");
|
||||
}
|
||||
else {
|
||||
listItemNode.classList.add("added");
|
||||
}
|
||||
this._tagListNode.prependChild(listItemNode);
|
||||
_fadeOutListItemNodeStatus(listItemNode);
|
||||
|
||||
|
Reference in New Issue
Block a user