Finds logical controls by CSS classes.
public static IEnumerable<T> FindLogicalByClass<T>(this ILogical root, string className) where T : StyledElement
The root logical to search from.
The CSS class name to search for.