mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
simplify
This commit is contained in:
@@ -30,25 +30,25 @@ Button {
|
||||
dock: right;
|
||||
}
|
||||
|
||||
Stopwatch.started {
|
||||
.started {
|
||||
text-style: bold;
|
||||
background: $success;
|
||||
color: $text-success;
|
||||
}
|
||||
|
||||
Stopwatch.started TimeDisplay {
|
||||
.started TimeDisplay {
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
Stopwatch.started #start {
|
||||
.started #start {
|
||||
display: none
|
||||
}
|
||||
|
||||
Stopwatch.started #stop {
|
||||
.started #stop {
|
||||
display: block
|
||||
}
|
||||
|
||||
Stopwatch.started #reset {
|
||||
.started #reset {
|
||||
visibility: hidden
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user