Merge pull request #10520 from catboxanon/dev

Remove blinking effect from text in hires fix and scale resolution preview
This commit is contained in:
AUTOMATIC1111 2023-05-18 22:58:20 +03:00 committed by GitHub
commit 6837cf6a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,6 +309,11 @@ button.custom-button{
font-weight: bold;
}
#txtimg_hr_finalres div.pending, #img2img_scale_resolution_preview div.pending {
opacity: 1;
transition: opacity 0s;
}
.inactive{
opacity: 0.5;
}