Rollup merge of #106217 - notriddle:notriddle/tooltip-center, r=GuillaumeGomez
rustdoc: remove unnecessary `.tooltip::after { text-align: center }`
This doesn't have an effect, since these tooltip are only one line anyway.
This commit is contained in:
commit
bdf37b7bbb
2 changed files with 0 additions and 4 deletions
|
|
@ -1106,7 +1106,6 @@ pre.rust .doccomment {
|
|||
}
|
||||
|
||||
.example-wrap .tooltip:hover::after {
|
||||
text-align: center;
|
||||
padding: 5px 3px 3px 3px;
|
||||
border-radius: 6px;
|
||||
margin-left: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue