mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for styles
This commit is contained in:
@@ -18,7 +18,9 @@ class BasicApp(App):
|
||||
sidebar=Widget(),
|
||||
)
|
||||
|
||||
self.app.panic(repr(self.view.styles))
|
||||
# # self.app.panic(self["#sidebar"].styles.has_rule("border"))
|
||||
|
||||
# self.app.panic(repr(self["#sidebar"]._inline_styles.border))
|
||||
|
||||
|
||||
BasicApp.run(css_file="basic.css", watch_css=True, log="textual.log")
|
||||
|
||||
Reference in New Issue
Block a user