mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
Merge pull request #10520 from catboxanon/dev
Remove blinking effect from text in hires fix and scale resolution preview
This commit is contained in:
commit
6837cf6a8d
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue