diff --git a/core/static/core/scss/base/general.scss b/core/static/core/scss/base/general.scss index bc834e8a..67208ee3 100644 --- a/core/static/core/scss/base/general.scss +++ b/core/static/core/scss/base/general.scss @@ -162,6 +162,13 @@ input[readonly] { background: gainsboro; } +input[readonly]:focus { + outline: none; + border: none; + background: gainsboro; +} + + label { display: inline-block; font-weight: 500;