We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.0.0-rc.3
ng 7.0 , cdk 7.3.1
https://stackblitz.com/edit/angular-8skx5p
全局样式表导入cdk预构建样式 @import '~@angular/cdk/overlay-prebuilt.css';
点击选择框遮罩层颜色为透明。 与cdk预构建样式不冲突
点击选择框遮罩层有颜色 与cdk预构建样式冲突
The text was updated successfully, but these errors were encountered:
fix(module:core): fix the style of cdk conflicts
04e0736
close NG-ZORRO#2874
37cf6f3
fix(module:core): fix the style of CDK conflicts (NG-ZORRO#2917)
debe11b
* fix(module:core): fix the style of cdk conflicts close NG-ZORRO#2874 * fix(module:core): fix the style of cdk conflicts * style: add type * chore: rename `NzConnectedOverlayDirective` selector * chore: update `.cdk-overlay-backdrop` styles
48c6452
No branches or pull requests
Version
7.0.0-rc.3
Environment
ng 7.0 , cdk 7.3.1
Reproduction link
https://stackblitz.com/edit/angular-8skx5p
Steps to reproduce
全局样式表导入cdk预构建样式
@import '~@angular/cdk/overlay-prebuilt.css';
What is expected?
点击选择框遮罩层颜色为透明。
与cdk预构建样式不冲突
What is actually happening?
点击选择框遮罩层有颜色
与cdk预构建样式冲突
Other?
The text was updated successfully, but these errors were encountered: