Tom Dale: How to apply a style to the current input field

Tom Dale explains how to apply a style to the current input field:

.sc-text-field-view.focus input { 
        color: red; 
}