rustdoc: remove no-op CSS .popover { font-size: 1rem }
This rule was added in cc4f804829 because the help popover inherited the
font-size from the help button "?" icon.
It doesn't inherit this any more, because it was moved from being nested
inside the link to sharing a wrapper DIV with it.
This commit is contained in:
parent
96ddd32c4b
commit
8b346754ed
1 changed files with 0 additions and 2 deletions
|
|
@ -920,7 +920,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
|||
}
|
||||
|
||||
.popover {
|
||||
font-size: 1rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
|
|
@ -928,7 +927,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
|
|||
margin-top: 7px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid var(--border-color);
|
||||
font-size: 1rem;
|
||||
--popover-arrow-offset: 11px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue