mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Filter issue fixes (#5126)
* Fix filter reading from URL when not active * Use alternative clone mechanism. Fixes weird filter hook behaviour * Separate search term input component
This commit is contained in:
@@ -492,12 +492,14 @@ div.react-datepicker {
|
||||
|
||||
.clearable-text-field-clear {
|
||||
background-color: $secondary;
|
||||
bottom: 0;
|
||||
color: $muted-gray;
|
||||
font-size: 0.875rem;
|
||||
margin: 0.375rem 0.75rem;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 4;
|
||||
|
||||
&:hover,
|
||||
|
||||
Reference in New Issue
Block a user