Merge pull request #920 from patriceac/patch-36

Fix the active selection's display
This commit is contained in:
cmdr2 2023-02-21 08:42:10 +05:30 committed by GitHub
commit 1b4c14af71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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