Semantic-ui-react: Remove border from tag

Created on 15 Jun 2019  路  3Comments  路  Source: Semantic-Org/Semantic-UI-React

Hi,
This is Roy.
Sorry to bother you, I'd like to know how to remove a border from Tab

I tried to make a class and did " border: none; " in CSS but not working.
Please help to advise how to solve, Thank you!
190615 Screenshot

190615 (2) Screenshot

CodeSandBox:
https://codesandbox.io/s/my-portfolio-mjewd

question

Most helpful comment

Your CSS selector can be not enough to override other rules, try !important. However, in this case it will be more correct to use <Tab.Pane as='div'> that will render div instead of Segment.

Sorry, we don't have time to debug your code, please use StackOveflow for usage questions.

All 3 comments

馃憢 Thanks for opening your first issue here! If you're reporting a 馃悶 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

Your CSS selector can be not enough to override other rules, try !important. However, in this case it will be more correct to use <Tab.Pane as='div'> that will render div instead of Segment.

Sorry, we don't have time to debug your code, please use StackOveflow for usage questions.

It's fixed after add !important. Thank you.

Was this page helpful?
0 / 5 - 0 ratings