question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Button] Add a link-button style

See original GitHub issue

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>

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:52
  • Comments:10

github_iconTop GitHub Comments

17reactions
sag1vcommented, Feb 25, 2018

Actually i would love to see how semantic-ui would present a link to the ui.

6reactions
hubertguillemaincommented, Mar 28, 2018

Seems to be duplicate of #6229, which points to a PR waiting to be merged #6260 I’d also be in favour of the “tertiary” property in the master

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change LinkButton to Button with CSS Styling - MSDN
I am working on an application with tons of linkbutton. I want to use CSS styling to make the LinkButton look like regular...
Read more >
Applying CSS to my ASP.net LinkButton - Stack Overflow
You can use the CssClass property of a LinkButton to add a css class to them. <asp:LinkButton ID="LinkButton1" CssClass="buttonClass" ...
Read more >
How to Add an HTML Button that Acts Like a Link - W3docs
Add a link styled as a button with CSS properties. A href attribute is the required attribute of the <a> tag. It specifies...
Read more >
CSS Styling Links - W3Schools
With CSS, links can be styled in many different ways. Text Link Text Link Link Button Link Button. Styling Links. Links can be...
Read more >
A Complete Guide to Links and Buttons - CSS-Tricks
Our complete guide to links, buttons, and button-like inputs in HTML ... There is markup implementation and related attributes, styling best ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found