diff options
| author | Michael Howell <michael@notriddle.com> | 2022-12-28 08:47:45 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-12-28 10:48:15 -0700 |
| commit | 9221e43313031119663942da38100ee484e68ac7 (patch) | |
| tree | 7ded7d12e37a06ad689b98e6302b55ff6ee1ff54 /src/test/rustdoc-gui/codeblock-tooltip.goml | |
| parent | 6a20f7df5755d8c6b68110d2d0391a7b03268e77 (diff) | |
| download | rust-9221e43313031119663942da38100ee484e68ac7.tar.gz rust-9221e43313031119663942da38100ee484e68ac7.zip | |
rustdoc: remove unnecessary `.tooltip::after { text-align: center }`
This doesn't have an effect, since these tooltip are only one line anyway.
Diffstat (limited to 'src/test/rustdoc-gui/codeblock-tooltip.goml')
| -rw-r--r-- | src/test/rustdoc-gui/codeblock-tooltip.goml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/rustdoc-gui/codeblock-tooltip.goml b/src/test/rustdoc-gui/codeblock-tooltip.goml index aab27394eb1..d4443f821d2 100644 --- a/src/test/rustdoc-gui/codeblock-tooltip.goml +++ b/src/test/rustdoc-gui/codeblock-tooltip.goml @@ -34,7 +34,6 @@ define-function: ( ".docblock .example-wrap.compile_fail .tooltip::after", { "content": '"This example deliberately fails to compile"', - "text-align": "center", "padding": "5px 3px 3px", "background-color": |background|, "color": |color|, @@ -74,7 +73,6 @@ define-function: ( ".docblock .example-wrap.should_panic .tooltip::after", { "content": '"This example panics"', - "text-align": "center", "padding": "5px 3px 3px", "background-color": |background|, "color": |color|, @@ -114,7 +112,6 @@ define-function: ( ".docblock .example-wrap.ignore .tooltip::after", { "content": '"This example is not tested"', - "text-align": "center", "padding": "5px 3px 3px", "background-color": |background|, "color": |color|, |
