forked from extern/easydiffusion
Fix the active selection's display
Yesterday's PR caused a regression on the active brush display, specifically for Sharpness, which is treated differently from the other brushes in the code. This is the fix.
This commit is contained in:
parent
2f0e8a8a4a
commit
09deaefab0
@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
.editor-options-container > * > *.active {
|
||||
border: 2px solid #3584e4;
|
||||
border: 1px solid #3584e4;
|
||||
}
|
||||
|
||||
.image_editor_opacity .editor-options-container > * > *:not(.active) {
|
||||
|
Loading…
Reference in New Issue
Block a user