mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2026-03-25 07:12:58 +00:00
Added Tag Presets, popup editor for them, implemented presets image edit
This commit is contained in:
@@ -11,3 +11,18 @@ h2.tag-category-headline {
|
||||
bottom: calc(#{$base-margin-bottom} - #{booru-vars.$padding-small});
|
||||
}
|
||||
}
|
||||
|
||||
.block.tag-presets {
|
||||
.tag {
|
||||
cursor: pointer;
|
||||
|
||||
&.is-missing {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: booru-vars.$resolved-tag-background;
|
||||
background: booru-vars.$resolved-tag-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user