mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Distribute importance amongst all sides of an outline
This commit is contained in:
@@ -526,6 +526,7 @@ class StylesBuilder:
|
||||
rules = self.styles._rules
|
||||
rules["outline_top"] = rules["outline_right"] = border
|
||||
rules["outline_bottom"] = rules["outline_left"] = border
|
||||
self._distribute_edge_importance("outline")
|
||||
|
||||
def process_outline_top(self, name: str, tokens: list[Token]) -> None:
|
||||
self._process_outline("top", name, tokens)
|
||||
|
||||
Reference in New Issue
Block a user