You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small white bar appears below a tab when it is clicked twice. From my devtools console, it appears to create some type nested element, but it disappears when I try to expand the <li> tag. How do I remove, or change the color, of this bar?
Before:
After:
(When I try to expand <li>, the tab reverts back to the before state.)
In addition to the react-tabs styles, I've also added the following overriding styles:
Looking in the react-dev tools console, I actually saw something interesting...it looks like the tab is not focussed which is related to #272. Perhaps this has something to do with it? I'll try and dig deeper when I have a free chance, but hopefully someone knows of a solution in the meantime.
@danez , perhaps this could be improved by programmatically setting this color to match the tab-panel color? That way, no white bar gets created when the tab panel is not white?
A small white bar appears below a tab when it is clicked twice. From my devtools console, it appears to create some type nested element, but it disappears when I try to expand the
<li>
tag. How do I remove, or change the color, of this bar?Before:
After:
(When I try to expand
<li>
, the tab reverts back to the before state.)In addition to the react-tabs styles, I've also added the following overriding styles:
The text was updated successfully, but these errors were encountered: