-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Button] Add a link-button style #4805
Comments
While we wait for this to be implemented:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
Actually i would love to see how semantic-ui would present a link to the ui. |
Are there any plans to implement this? |
Great, thanks! |
Could the PR above please be merged into master and released? I could really use this button style |
I need the Link button style too. Could anyone merged the PR asap please? |
This comment was marked as spam.
This comment was marked as spam.
@brettstack's solution worked well for me, only change I made was to add |
Write know it's not possible to have a button that looks the same as an anchor.
Sometimes it's very good to use a <button> element that looks as an anchor/link.
Why?
Because buttons and links have different behavior in browsers. Clicking middle mouse button on a link opens a new tab, while clicking middle button on a button doesn't do anything.
This class would be very helpful for buttons in the tables (like "delete"/"edit" a row).
That's what I want to see in the end:
<button class="ui link">Text</button>
The text was updated successfully, but these errors were encountered: