mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update src/textual/dom.py
Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -274,7 +274,7 @@ class DOMNode(MessagePump):
|
|||||||
"""Get the text style object.
|
"""Get the text style object.
|
||||||
|
|
||||||
A widget's style is influenced by its parent. For instance if a widgets background has an alpha,
|
A widget's style is influenced by its parent. For instance if a widgets background has an alpha,
|
||||||
then its parent's background color will show throw. Additionally, widgets will inherit their
|
then its parent's background color will show through. Additionally, widgets will inherit their
|
||||||
parent's text style (i.e. bold, italic etc).
|
parent's text style (i.e. bold, italic etc).
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user