angular/adev/shared-docs/components
Kristiyan Kostadinov 1ba50caefc fix(docs-infra): prevent example resets from affecting CDK
The example viewer has some `::ng-deep` styles that are used to reset global styles that leak into the live examples. It works by applying a style like `.docs-example-viewer-preview * {all: revert;}`.

The problem with this is that depending on when the first example is rendered, the styles will be lower or higher in the cascade, thus making the reset unreliable. Furthermore, it can affect structural styles from the CDK which intentionally have low specificity.

These changes move the resets into the global stylesheet to make them more predictable.
2025-11-17 08:05:12 -08:00
..
algolia-icon build: migrate all dependencies for adev into adev/package.json (#62435) 2025-07-03 08:09:34 +00:00
breadcrumb docs(docs-infra): properties should be readonly (#63492) 2025-08-29 14:06:33 -07:00
cookie-popup docs(docs-infra): clean up code and use inferred types where possible (#64139) 2025-09-29 16:48:11 -04:00
copy-source-code-button docs(docs-infra): removed unused common module (#63915) 2025-09-19 14:44:44 +00:00
icon build: move all rule/macro loading into adev/defaults.bzl and fix intellisense loading (#62627) 2025-07-14 15:47:05 -07:00
navigation-list fix(docs-infra): update guide navigation to remain active with query params 2025-10-28 15:58:25 +01:00
search-dialog docs(docs-infra): always include fragment in search results (#63866) 2025-09-17 14:56:31 +00:00
search-history docs(docs-infra): enable strict templates 2025-10-24 15:23:26 +02:00
select docs(docs-infra): clean up code and use inferred types where possible (#64139) 2025-09-29 16:48:11 -04:00
slide-toggle docs(docs-infra): clean up code and use inferred types where possible (#64139) 2025-09-29 16:48:11 -04:00
tab-group docs(docs-infra): enable tabs layout 2025-11-14 12:24:01 -08:00
table-of-contents docs(docs-infra): properties should be readonly (#63492) 2025-08-29 14:06:33 -07:00
text-field docs(docs-infra): removed unused common module (#63915) 2025-09-19 14:44:44 +00:00
top-level-banner docs(docs-infra): fix mobile banner layout (#64408) 2025-10-15 10:41:04 -07:00
viewers fix(docs-infra): prevent example resets from affecting CDK 2025-11-17 08:05:12 -08:00
BUILD.bazel docs(docs-infra): enable tabs layout 2025-11-14 12:24:01 -08:00
index.ts docs(docs-infra): add top level banner component (#57458) 2024-08-22 09:06:46 -07:00