[Button] Add a link-button style
See original GitHub issueWrite 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:
- Created 7 years ago
- Reactions:52
- Comments:10
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually i would love to see how semantic-ui would present a link to the ui.
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