Skip to content

Commit ec44edf

Browse files
committed
Remove vestigial test code
While trying a couple of approaches to fixing #1060 I experimented with using layers, but forgot to roll back that code.
1 parent 6bdeba8 commit ec44edf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/textual/widgets/_header.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ class HeaderTitle(Widget):
6464

6565
DEFAULT_CSS = """
6666
HeaderTitle {
67-
layer: title;
6867
content-align: center middle;
6968
width: 100%;
7069
}
@@ -90,7 +89,6 @@ class Header(Widget):
9089

9190
DEFAULT_CSS = """
9291
Header {
93-
layers: title decoration;
9492
dock: top;
9593
width: 100%;
9694
background: $secondary-background;

0 commit comments

Comments
 (0)