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 {