We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Border title colors are being displayed as backgrounds instead of changing the font color in Textual 2.0.3.
from textual.app import App from textual.widgets import Static from textual.containers import Vertical class BugReportApp(App[None]): CSS = """ Vertical { border-top: panel $surface-lighten-1; border-title-color: yellow; } """ def compose(self): with Vertical() as c: c.border_title = "Panel Title" yield Static("Content") if __name__ == "__main__": BugReportApp().run()
Not 100% sure if this is an unintended change, as it might relate to #5389.
The text was updated successfully, but these errors were encountered:
Thank you for your issue. Give us a little time to review it.
PS. You might want to check the FAQ if you haven't done so already.
This is an automated reply, generated by FAQtory
Sorry, something went wrong.
fe5fe7a
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
Successfully merging a pull request may close this issue.
The bug
Border title colors are being displayed as backgrounds instead of changing the font color in Textual 2.0.3.
1.0.0
2.0.3
MRE
Not 100% sure if this is an unintended change, as it might relate to #5389.
Textual Diagnostics
Versions
Python
Operating System
Terminal
Rich Console options
The text was updated successfully, but these errors were encountered: