mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bd2e66cf2b
After the changes to the `lang-none` styling in #41335, code snippets marked with ``` language="none" class="code-shell" ``` were being styled with the same foreground and background colours. It turns out that most of these ought to be marked `language="sh"` in which case the `code-shell` style became redundant and has been removed. Fixes #41984 PR Close #41994