Improve studio/tag/performer filtering (#3619)

* Support excludes field
* Refactor studio filter
* Refactor tags filter
* Support excludes in tags
---------
Co-authored-by: Kermie <kermie@isinthe.house>
This commit is contained in:
WithoutPants
2023-05-25 12:03:49 +10:00
committed by GitHub
parent 45e61b9228
commit 62b6457f4e
30 changed files with 1105 additions and 117 deletions

View File

@@ -414,3 +414,30 @@ div.react-datepicker {
#date-picker-portal .react-datepicker-popper {
z-index: 1600;
}
.clearable-input-group {
align-items: stretch;
display: flex;
flex-wrap: wrap;
position: relative;
}
.clearable-text-field,
.clearable-text-field:active,
.clearable-text-field:focus {
background-color: #394b59;
border: 0;
border-color: #394b59;
color: #fff;
}
.clearable-text-field-clear {
background-color: #394b59;
color: #bfccd6;
font-size: 0.875rem;
margin: 0.375rem 0.75rem;
padding: 0;
position: absolute;
right: 0;
z-index: 4;
}