mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
Revert "docs: adjust help-tag-right CSS for HTML" #26046
The style change is mostly a regression.
Reverts #25858 d50274812b
This commit is contained in:
parent
d50274812b
commit
1a4db51d06
@ -967,16 +967,13 @@ local function gen_css(fname)
|
|||||||
/* Tag pseudo-header common in :help docs. */
|
/* Tag pseudo-header common in :help docs. */
|
||||||
.help-tag-right {
|
.help-tag-right {
|
||||||
color: var(--tag-color);
|
color: var(--tag-color);
|
||||||
background-color: inherit;
|
margin-left: auto;
|
||||||
display: flex;
|
margin-right: 0;
|
||||||
justify-content: right;
|
float: right;
|
||||||
margin-top: 1.5em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
}
|
||||||
.help-tag a,
|
.help-tag a,
|
||||||
.help-tag-right a {
|
.help-tag-right a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background-color: var(--accent-bg-color);
|
|
||||||
}
|
}
|
||||||
.help-tag a:not(:hover),
|
.help-tag a:not(:hover),
|
||||||
.help-tag-right a:not(:hover) {
|
.help-tag-right a:not(:hover) {
|
||||||
|
Loading…
Reference in New Issue
Block a user