]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #83157 - nagisa:nagisa/portability-background, r=GuillaumeGomez
authorYuki Okushi <huyuumi.dev@gmail.com>
Tue, 16 Mar 2021 14:53:59 +0000 (23:53 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 14:53:59 +0000 (23:53 +0900)
commit896b44ab60f30ae046ce541ceaa125db0a05a3fb
tree10445d4442daa734672f0523fb38363fdb66ead2
parent0f6b206ab4eee59298f38d6ae2d25b8386b6ec19
parent9aa48ba13ba4b51893133be19cb9fc54f605b49a
Rollup merge of #83157 - nagisa:nagisa/portability-background, r=GuillaumeGomez

No background for code in portability snippets

This better matches the appearance of this kind of snippet in the full
item view and is less jarring to read due to repeated
foreground-background changes.

![Listing of items in a module with some portability snippets attached to some of the items (light theme). The portability snippet has a light blue background and all of the text in it, monospace or not, is the same colour – black](https://user-images.githubusercontent.com/679122/111196363-1900f500-85b5-11eb-8f97-e283c59002a4.png)
![Listing of items in a module with some portability snippets attached to some of the items (dark theme). The portability snippet has a light blue background and all of the text in it, monospace or not, is the same colour – black](https://user-images.githubusercontent.com/679122/111196366-19998b80-85b5-11eb-9914-4d14d9d13ed3.png)

There should be no observable changes to the ayu theme.