diff --git a/frontend/less/espo/elements/type.less b/frontend/less/espo/elements/type.less index cb29408c94..ca83653dbf 100644 --- a/frontend/less/espo/elements/type.less +++ b/frontend/less/espo/elements/type.less @@ -189,7 +189,8 @@ blockquote { top: -1px; } -a.text-muted:hover { +a.text-muted:hover, +a.text-muted:focus { color: var(--text-muted-color); }