mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
committed by
Andrew Kushnir
parent
efb4783ca0
commit
2ddd9aa4c3
@@ -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;"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user