mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove debug
This commit is contained in:
@@ -51,7 +51,3 @@ Button {
|
|||||||
.started #reset {
|
.started #reset {
|
||||||
visibility: hidden
|
visibility: hidden
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #timers:hover {
|
|
||||||
background: blue;
|
|
||||||
} */
|
|
||||||
|
|||||||
@@ -88,7 +88,6 @@ class StopwatchApp(App):
|
|||||||
new_stopwatch = Stopwatch()
|
new_stopwatch = Stopwatch()
|
||||||
self.query_one("#timers").mount(new_stopwatch)
|
self.query_one("#timers").mount(new_stopwatch)
|
||||||
new_stopwatch.scroll_visible()
|
new_stopwatch.scroll_visible()
|
||||||
self.sub_title = str(len(self.query("Stopwatch")))
|
|
||||||
|
|
||||||
def action_remove_stopwatch(self) -> None:
|
def action_remove_stopwatch(self) -> None:
|
||||||
"""Called to remove a timer."""
|
"""Called to remove a timer."""
|
||||||
|
|||||||
Reference in New Issue
Block a user