No focus ring and background in CR readonly fields (#4380)

fix: #4138
This commit is contained in:
windingwind 2024-07-12 12:57:04 +08:00 committed by GitHub
parent c0f6671542
commit f79dab8f3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {