tabset panel border-color rendering #4861
Replies: 2 comments
-
This is a great find - I've opened an issue to track fixing the problem. There are really two issues:
I'm testing a fix for 1 now and will take a quick peak to see if fixing 2 is straightforward... Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
-
Closing as resolved and in favour of #4868 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was making a bug issue about the tabset-panel inconsistency in border-colors used when I found out it was actually an issue with the themes or rather as i think about it a combination of quarto and the themes used. You can find a demo of the issue here: https://github.com/KaiWaldrant/quarto-panel-tabset-border
When using
.tabset-panel
quarto adds aborder-color
for the div with a classtab-content
. When using a theme like 'simplex' for light-mode and 'darkly' for dark-mode. This will come in conflict as both of those themes do not have a border-color for thetab-content
class.I am unsure how to classify this issue and where to post it
Beta Was this translation helpful? Give feedback.
All reactions