you could use the ng-deep selector: ::ng-deep app-button span:hover { color: green; } which will make your styles penetrate to child components. but this functionality is due to be deprecated soon according to the angular team, and people are advised to get off of it. (PERSONAL opinion: too many projects rely on ng-deep for them to deprecate it.