We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.popover::before { display: inline-block }
1 parent b7463e8 commit 5fe6599Copy full SHA for 5fe6599
src/librustdoc/html/static/css/rustdoc.css
@@ -932,7 +932,6 @@ so that we can apply CSS-filters to change the arrow color in themes */
932
right: var(--popover-arrow-offset);
933
border: solid var(--border-color);
934
border-width: 1px 1px 0 0;
935
- display: inline-block;
936
padding: 4px;
937
transform: rotate(-45deg);
938
top: -5px;
0 commit comments