mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): update update guide when changing level (#62526)
This commit also fixes the colors of the material button toggle fixes #62432 PR Close #62526
This commit is contained in:
parent
efb4783ca0
commit
2ddd9aa4c3
2 changed files with 12 additions and 1 deletions
|
|
@ -293,6 +293,17 @@
|
|||
)
|
||||
);
|
||||
|
||||
:root {
|
||||
@include mat.button-toggle-overrides(
|
||||
(
|
||||
text-color: var(--primary-contrast),
|
||||
background-color: var(--octonary-contrast),
|
||||
selected-state-text-color: var(--secondary-contrast),
|
||||
selected-state-background-color: var(--senary-contrast),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
// LIGHT MODE (Explicit)
|
||||
.docs-light-mode {
|
||||
background-color: #ffffff;
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
<h3>Application complexity</h3>
|
||||
<mat-button-toggle-group
|
||||
(change)="level = $event.value;"
|
||||
(change)="level = $event.value; showUpdatePath()"
|
||||
[value]="level"
|
||||
style="margin-bottom:16px;"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue