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
https://stackblitz.com/edit/angular-xzinrf-bdhkxp?file=src%2Fapp%2Fapp.component.ts
Just create an angular page with a template containing with a list of <nz-tab...> items
Example
import { Component } from '@angular/core'; @Component({ selector: 'nz-demo-tabs-basic', template: ` <nz-tabset> <nz-tab nzTitle="Tab 1">Content of Tab Pane 1</nz-tab> <nz-tab nzTitle="Tab 2">Content of Tab Pane 2</nz-tab> <nz-tab nzTitle="Tab 3">Content of Tab Pane 3</nz-tab> </nz-tabset> ` }) export class NzDemoTabsBasicComponent {}
You can notice that when hoovering the tabs, the cursor is not a pointer
The expected behavious is to have a pointer style cursor when hovering the tabs
The cursor takes pointer shape only at the broder of the tabs
The text was updated successfully, but these errors were encountered:
I Hope this message finds you well @amassoudi-wiremind
Thank you for reporting this issue; this PR #8386 will address it.
Sorry, something went wrong.
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/angular-xzinrf-bdhkxp?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
Just create an angular page with a template containing with a list of <nz-tab...> items
Example
You can notice that when hoovering the tabs, the cursor is not a pointer
What is expected?
The expected behavious is to have a pointer style cursor when hovering the tabs
What is actually happening?
The cursor takes pointer shape only at the broder of the tabs
The text was updated successfully, but these errors were encountered: