Upgrading from Angular 13 to Angular 15 has been quite the ordeal for me. Many of my designs are broken, and I'm still trying to fix them.
The main issues seem to be related to upgrading Angular Material to version 15.
Below is a list of all my current angular dependencies.
"@angular/animations": "15.2.1",
"@angular/cdk": "15.2.1",
"@angular/common": "15.2.1",
"@angular/compiler": "15.2.1",
"@angular/core": "15.2.1",
"@angular/flex-layout": "13.0.0-beta.38",
"@angular/forms": "15.2.1",
"@angular/material": "15.2.1",
"@angular/material-moment-adapter": "15.2.1",
"@angular/platform-browser": "15.2.1",
"@angular/platform-browser-dynamic": "15.2.1",
"@angular/platform-server": "15.2.1",
"@angular/router": "15.2.1",
mat-menu-item now has an unwanted focus border that cannot be overridden https://i.sstatic.net/mV2kl.png
input matInput shows a strange grey background
https://i.sstatic.net/SMlfr.png
matTooltip is flickering when hovered over (unable to capture a video) https://i.sstatic.net/kVG2T.png
This tooltip issue seems to only occur in specific areas.
Any assistance would be greatly appreciated. I'm thinking there might be a setting in global.scss that can remove these focus borders.