From f79dab8f3e73eaff70d78f3d8372c784d8ca08ec Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:57:04 +0800 Subject: [PATCH] No focus ring and background in CR readonly fields (#4380) fix: #4138 --- scss/merge.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/merge.scss b/scss/merge.scss index 47d5cf8aac..224a65deb6 100644 --- a/scss/merge.scss +++ b/scss/merge.scss @@ -55,6 +55,12 @@ merge-group { #right-pane groupbox:focus:not([selected=true]) h2 { text-decoration: underline; } + + editable-text .input:read-only { + --width-focus-border: 0px !important; + --width-focus-outer-border: 0px !important; + background: transparent !important; + } } #resolve-all {