<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustdoc/html/static/css/rustdoc.css, branch 1.66.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.66.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.66.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-10-29T06:57:36+00:00</updated>
<entry>
<title>Rollup merge of #103663 - notriddle:notriddle/search-container, r=GuillaumeGomez</title>
<updated>2022-10-29T06:57:36+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2022-10-29T06:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0eaa485698029db82375fd6acba3dfb1818623d'/>
<id>urn:sha1:f0eaa485698029db82375fd6acba3dfb1818623d</id>
<content type='text'>
rustdoc: remove redundant CSS/DOM `div.search-container`

Preview: https://notriddle.com/notriddle-rustdoc-demos/search-container/test_dingus/fn.test.html

This wrapper DIV was originally added in 89e1fb322321c05497caa01372ceb7d5b57fa680, when it allowed the search bar's size to be calculated without using `calc()`. This `width` hack can be        removed	using flexbox.
</content>
</entry>
<entry>
<title>Rollup merge of #103643 - notriddle:notriddle/summary-focus-visible, r=GuillaumeGomez</title>
<updated>2022-10-28T05:06:47+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2022-10-28T05:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=32c96248c5076dd92f9084409b8deddc2667b83f'/>
<id>urn:sha1:32c96248c5076dd92f9084409b8deddc2667b83f</id>
<content type='text'>
rustdoc: stop hiding focus outlines on non-rustdoc-toggle details tags

We really shouldn't be overriding this kind of stuff unless the browser default is really broken (like outlining the thing that isn't clickable). This directly reverts b8f4e74cbc938d3448507d422c98061c2b71c922.
</content>
</entry>
<entry>
<title>Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddle</title>
<updated>2022-10-28T05:06:45+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2022-10-28T05:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e1613a0c534f385e8df4b9a5cffdec29be22972'/>
<id>urn:sha1:6e1613a0c534f385e8df4b9a5cffdec29be22972</id>
<content type='text'>
Migrate source line numbers CSS to CSS variables

Part of https://github.com/rust-lang/rust/pull/98460.

No UI changes.

r? ``@notriddle``
</content>
</entry>
<entry>
<title>rustdoc: remove redundant `div.search-container`</title>
<updated>2022-10-28T00:48:26+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-27T20:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=509d8ad454ee48d6b8f24728755d8ed9ec9628c8'/>
<id>urn:sha1:509d8ad454ee48d6b8f24728755d8ed9ec9628c8</id>
<content type='text'>
This wrapper DIV was originally added in
89e1fb322321c05497caa01372ceb7d5b57fa680, when it allowed the search bar's
size to be calculated without using `calc()`. This `width` hack can be
removed using flexbox.
</content>
</entry>
<entry>
<title>rustdoc: stop hiding focus outlines on non-rustdoc-toggle details tags</title>
<updated>2022-10-27T17:01:28+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-27T16:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd912add18e0a0498e3032781ea73ee846ee76cf'/>
<id>urn:sha1:dd912add18e0a0498e3032781ea73ee846ee76cf</id>
<content type='text'>
We really shouldn't be overriding this kind of stuff unless the browser
default is really broken (like outlining the thing that isn't clickable).
This directly reverts b8f4e74cbc938d3448507d422c98061c2b71c922.
</content>
</entry>
<entry>
<title>Rollup merge of #103616 - rust-lang:notriddle/moz-box-sizing, r=GuillaumeGomez</title>
<updated>2022-10-27T13:03:58+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2022-10-27T13:03:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae4dc125196a62447ab07ba6b130d936f56a66d0'/>
<id>urn:sha1:ae4dc125196a62447ab07ba6b130d936f56a66d0</id>
<content type='text'>
rustdoc: remove CSS workaround for Firefox 29

CSS variables, which rustdoc now relies on, are only supported in Firefox 31 and later: https://www.mozilla.org/en-US/firefox/31.0/releasenotes/

This means it’s fine to also rely on unprefixed box-sizing, which is supported in Firefox 29 and later: https://www.mozilla.org/en-US/firefox/29.0/releasenotes/
</content>
</entry>
<entry>
<title>Migrate line numbers CSS to CSS variables</title>
<updated>2022-10-27T11:07:07+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume.gomez@huawei.com</email>
</author>
<published>2022-10-27T11:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0185be2ce45efdd988df2b2ee69b764f9e3c7f6c'/>
<id>urn:sha1:0185be2ce45efdd988df2b2ee69b764f9e3c7f6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #103592 - notriddle:notriddle/notable-traits-notable, r=GuillaumeGomez</title>
<updated>2022-10-27T07:25:11+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2022-10-27T07:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=29698dc38a4dc7d5437395c9721a47f37ab65a8c'/>
<id>urn:sha1:29698dc38a4dc7d5437395c9721a47f37ab65a8c</id>
<content type='text'>
rustdoc: remove redundant CSS selector `.notable-traits .notable`

The margin was already being set to 0 only a few lines lower.
</content>
</entry>
<entry>
<title>rustdoc: remove CSS workaround for Firefox 29</title>
<updated>2022-10-27T04:13:20+00:00</updated>
<author>
<name>Michael Howell</name>
<email>michael@notriddle.com</email>
</author>
<published>2022-10-27T04:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d4b567bcc64921921521a3076d8b4b94c96e441'/>
<id>urn:sha1:4d4b567bcc64921921521a3076d8b4b94c96e441</id>
<content type='text'>
CSS variables, which rustdoc now relies on, are only supported in Firefox 31 and later: https://www.mozilla.org/en-US/firefox/31.0/releasenotes/

This means it’s fine to also rely on unprefixed box-sizing, which is supported in Firefox 29 and later: https://www.mozilla.org/en-US/firefox/29.0/releasenotes/</content>
</entry>
<entry>
<title>Rollup merge of #103537 - notriddle:notriddle/line-numbers, r=GuillaumeGomez</title>
<updated>2022-10-26T23:30:55+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev+love@gmail.com</email>
</author>
<published>2022-10-26T23:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49076141fa67bd5317d8d4aae286880f300919ea'/>
<id>urn:sha1:49076141fa67bd5317d8d4aae286880f300919ea</id>
<content type='text'>
rustdoc: combine shared CSS between `.*-line-numbers`

Example: https://notriddle.com/notriddle-rustdoc-demos/line-numbers/test_dingus/fn.test.html

This PR should result in no visible changes. The example is here, so it can be easily tested in different browsers.
</content>
</entry>
</feed>
