My project is built on Angular 9+. Everything used to work correctly. But today (07.08.2020) chrome(Version 84.0.4147.105 (Official Build) (64-bit)) added some injected stylesheet. My logo-icon got some styles from chrome. But it works correctly with Mozilla Firefox.
<mat-toolbar>
..........
<div id="nav-brand">
<a [routerLink]="['']">
<img class="logo-icon" [src]="logoURL" alr="logo" />
</a>
</div>
.......
</mat-toolbar>
Question: Is the "logo-icon" class reserved in chrome? Because, I changed the class name "logo-icon" to "my-logo" and it works correctly again.
Some times chrome save cache and passed this situations, my recommendation is that you work on incognito mode and you save yourself a lot of problems like this or with js