From 09deaefab0458e14ad89b6e168f3ce95cfdb892c Mon Sep 17 00:00:00 2001 From: patriceac <48073125+patriceac@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:25:57 -0800 Subject: [PATCH] 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. --- ui/media/css/image-editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/media/css/image-editor.css b/ui/media/css/image-editor.css index 2a4a6deb..3b88ee4a 100644 --- a/ui/media/css/image-editor.css +++ b/ui/media/css/image-editor.css @@ -31,7 +31,7 @@ } .editor-options-container > * > *.active { - border: 2px solid #3584e4; + border: 1px solid #3584e4; } .image_editor_opacity .editor-options-container > * > *:not(.active) {