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

p-button-link not visible in Material Design themes #852

Closed
blurbiness opened this issue Jan 12, 2021 · 1 comment
Closed

p-button-link not visible in Material Design themes #852

blurbiness opened this issue Jan 12, 2021 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Milestone

Comments

@blurbiness
Copy link

In Material Design themes, the CSS for .p-button-link is:

.p-button.p-button-link {
  color: transparent;
  background: transparent;
  border: transparent;
}

All is transparent, so the button is completely hidden.
You can reproduce the behaviour in the showcase page:
https://primefaces.org/primevue/showcase/#/button

Pay attention to the basic link button. If you select a material design theme, it will dissapear.

@cagataycivici cagataycivici self-assigned this Jan 20, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jan 20, 2021
@cagataycivici cagataycivici added this to the 3.2.0-rc.1 milestone Jan 20, 2021
@cagataycivici
Copy link
Member

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Projects
None yet
Development

No branches or pull requests

2 participants