File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 293
293
)
294
294
);
295
295
296
+ :root {
297
+ @include mat .button-toggle-overrides (
298
+ (
299
+ text- color: var (--primary-contrast ),
300
+ background-color : var (--octonary-contrast ),
301
+ selected- state- text- color: var (--secondary-contrast ),
302
+ selected- state- background- color: var (--senary-contrast ),
303
+ )
304
+ );
305
+ }
306
+
296
307
// LIGHT MODE (Explicit)
297
308
.docs-light-mode {
298
309
background-color : #ffffff ;
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ <h3>Angular versions</h3>
84
84
85
85
< h3 > Application complexity</ h3 >
86
86
< mat-button-toggle-group
87
- (change) ="level = $event.value; "
87
+ (change) ="level = $event.value; showUpdatePath() "
88
88
[value] ="level "
89
89
style ="margin-bottom:16px; "
90
90
>
You can’t perform that action at this time.
0 commit comments