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:
patriceac 2023-02-20 18:25:57 -08:00 committed by GitHub
parent 2f0e8a8a4a
commit 09deaefab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
} }
.editor-options-container > * > *.active { .editor-options-container > * > *.active {
border: 2px solid #3584e4; border: 1px solid #3584e4;
} }
.image_editor_opacity .editor-options-container > * > *:not(.active) { .image_editor_opacity .editor-options-container > * > *:not(.active) {