mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 07:12:57 +00:00
Added site-managed vars as colors, removed override for category
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@use '../colors';
|
||||
@use '$styles/colors';
|
||||
@use '$styles/booru-colors';
|
||||
|
||||
// This will fix wierd misplacing of the modified media boxes in the listing.
|
||||
.js-resizable-media-container {
|
||||
@@ -66,13 +67,8 @@
|
||||
user-select: none;
|
||||
|
||||
&:hover {
|
||||
background: colors.$tag-text;
|
||||
color: colors.$tag-background;
|
||||
}
|
||||
|
||||
&[data-tag-category=error]:hover {
|
||||
background: colors.$tag-error-text;
|
||||
color: colors.$tag-error-background;
|
||||
background: booru-colors.$resolved-tag-color;
|
||||
color: booru-colors.$resolved-tag-background;
|
||||
}
|
||||
|
||||
&.is-missing:not(.is-added),
|
||||
|
||||
Reference in New Issue
Block a user