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.

Primary style not working for table cells.

See original GitHub issue

Very often our company need Primary (Neutral) style additionally to Positive and Negative styles for table cells, but this is not available.

Here is this style for button: http://semantic-ui.com/elements/button.html#basic

But applying it for Table cells like Positive / Negative http://semantic-ui.com/collections/table.html#positive--negative - not working: <td class="primary">text</td>

Please add primary style to table cells.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
MurzNNcommented, Feb 23, 2018

This is very easy to implement and will be very useful for users!

0reactions
lubber-decommented, Oct 6, 2022

All available colors are supported in table cells/rows since https://github.com/fomantic/Fomantic-UI 2.7.0 https://fomantic-ui.com/collections/table.html#colored

Read more comments on GitHub >

github_iconTop Results From Across the Web

display: table-cell, not working on responsive - Stack Overflow
Example, I have a 4 columns with 2 rows on desktop version (This is working perfectly, I'm showing products btw) but when I...
Read more >
Styling tables - Learn web development | MDN
Styling an HTML table isn't the most glamorous job in the world, but sometimes we all have to do it. This article provides...
Read more >
How To Style a Table with CSS | DigitalOcean
In this tutorial, you will run through an example of styling a element. The first half will focus on a common table layout...
Read more >
A Complete Guide to the Table Element | CSS-Tricks
That is caused by the default border-spacing being applied to the ... Table cells will also not wrap, so if there are too...
Read more >
Tables - Bootstrap
All table styles are inherited in Bootstrap 4, meaning any nested tables ... Use .table-striped to add zebra-striping to any table row within...
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