mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2026-03-25 07:12:58 +00:00
Added presets and tag editor handling to the image upload page
This commit is contained in:
16
src/styles/content/tag-presets.scss
Normal file
16
src/styles/content/tag-presets.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@use '$styles/booru-vars';
|
||||
|
||||
.block.tag-presets {
|
||||
.tag {
|
||||
cursor: pointer;
|
||||
|
||||
&.is-missing {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: booru-vars.$resolved-tag-background;
|
||||
background: booru-vars.$resolved-tag-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -11,18 +11,3 @@ 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