This commit is contained in:
Will McGugan
2022-08-23 11:26:11 +01:00
parent b24c7a8f34
commit 704cbeed10

View File

@@ -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
}