Link contextual guidance to Docs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user