focus-monitor-directives-example.css (material2-7.3.3) | : | focus-monitor-directives-example.css (material2-7.3.4) | ||
---|---|---|---|---|
skipping to change at line 20 | skipping to change at line 20 | |||
background: rgba(0, 255, 0, 0.5); | background: rgba(0, 255, 0, 0.5); | |||
} | } | |||
.example-focus-monitor .cdk-touch-focused { | .example-focus-monitor .cdk-touch-focused { | |||
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); | |||
} | } | |||
button { | ||||
margin-right: 12px; | ||||
} | ||||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |