Open varathar53 opened 4 years ago
Hi
I was trying to remove the border in the semantic ui react basic but it doesnt work . Can u tell me how can I manage to remove the whole border?
.ui.table tr td { border-top: 0px !important; }
I'm a bit late, but I removed the whole border, from all the table children and the table itself, this way:
.ui.table * { border: 0px !important }
Hi
I was trying to remove the border in the semantic ui react basic but it doesnt work . Can u tell me how can I manage to remove the whole border?
.ui.table tr td { border-top: 0px !important; }