focus-monitor-focus-via-example.css (material2-7.3.3) | : | focus-monitor-focus-via-example.css (material2-7.3.4) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
background: rgba(0, 0, 255, 0.5); | background: rgba(0, 0, 255, 0.5); | |||
} | } | |||
.example-focus-monitor .cdk-program-focused { | .example-focus-monitor .cdk-program-focused { | |||
background: rgba(255, 0, 255, 0.5); | background: rgba(255, 0, 255, 0.5); | |||
} | } | |||
.example-focus-monitor button:focus { | .example-focus-monitor button:focus { | |||
box-shadow: 0 0 30px cyan; | box-shadow: 0 0 30px cyan; | |||
} | } | |||
mat-form-field, | ||||
button { | ||||
margin-right: 12px; | ||||
} | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |