rustdoc: remove no-op CSS .popover { font-size: 1rem }

This rule was added in cc4f804829ae 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:
Michael Howell 2022-11-14 14:11:30 -07:00
parent 96ddd32c4b
commit 8b346754ed

View File

@ -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;
}