mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Change performer country value to be ISO code (#1922)
* Change performer country value to be ISO code * Localize country names * Use country select for filter Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -298,3 +298,11 @@ button.collapse-button.btn-primary:not(:disabled):not(.disabled):active {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.CountrySelect {
|
||||
/* stylelint-disable */
|
||||
.react-select__control:hover {
|
||||
border: none;
|
||||
}
|
||||
/* stylelint-enable */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user