Skip to content

Commit 5fe6599

Browse files
committed
rustdoc: remove no-op CSS .popover::before { display: inline-block }
Since this box is absolutely positioned, its display type is [blockified] anyway. We just need to make sure it isn't `display: none`. [blockified]: https://www.w3.org/TR/css-display-3/#transformations
1 parent b7463e8 commit 5fe6599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
932932
right: var(--popover-arrow-offset);
933933
border: solid var(--border-color);
934934
border-width: 1px 1px 0 0;
935-
display: inline-block;
936935
padding: 4px;
937936
transform: rotate(-45deg);
938937
top: -5px;

0 commit comments

Comments
 (0)