Rollup merge of #101584 - notriddle:notriddle/settings-menu, r=GuillaumeGomez
rustdoc: remove no-op CSS `#settings-menu { padding: 0 }`
This CSS was added in 5e01ba36c9, and served to override CSS right above it that set a 5px padding for several kinds of buttons in the same toolbar:
5e01ba36c9/src/librustdoc/html/static/css/rustdoc.css (L1400-L1409)
The CSS that it overrode is still there, but now it only applies to `#settings-menu > a`, so there's nothing to override.
24d6992020/src/librustdoc/html/static/css/rustdoc.css (L1445-L1454)
This commit is contained in:
commit
7300e4db2d
1 changed files with 1 additions and 3 deletions
|
|
@ -1444,9 +1444,7 @@ pre.rust {
|
|||
border-radius: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#settings-menu {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#settings-menu > a, #help-button > button {
|
||||
padding: 5px;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue