Link contextual guidance to Docs

This commit is contained in:
2026-08-03 07:33:57 +02:00
parent 70fc6da811
commit b823a22b9b
13 changed files with 191 additions and 4 deletions
+21
View File
@@ -1951,6 +1951,27 @@
.inline-help:focus-visible .inline-help-mark {
box-shadow: var(--focus-ring);
}
.documentation-help-link {
display: inline-grid;
place-items: center;
flex: 0 0 auto;
width: 18px;
height: 18px;
border-radius: 3px;
color: var(--text-subtle);
text-decoration: none;
}
.documentation-help-link:hover {
color: var(--accent);
background: var(--hover-bg);
}
.documentation-help-link:focus-visible {
box-shadow: var(--focus-ring);
outline: none;
}
.ui-hide-help-hints .documentation-help-link {
display: none;
}
.policy-path-help {
display: grid;
gap: 3px;