Skip to content
New issue

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

Add an option to hide Tab Pane icons #5

Open
KSXGitHub opened this issue Sep 24, 2016 · 1 comment
Open

Add an option to hide Tab Pane icons #5

KSXGitHub opened this issue Sep 24, 2016 · 1 comment

Comments

@KSXGitHub
Copy link
Contributor

No description provided.

@KSXGitHub
Copy link
Contributor Author

I added this code to my styles.less and fixed my problem

.tab .title {
  &:not(.icon)::before {
    content: "";
    display: none;
  }
}

But it still be cool if you accept this proposal, I guess I'm not the only one who is expecting this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant