Renaming opacity to text-opacity in code

This commit is contained in:
Darren Burns
2022-08-31 13:39:34 +01:00
parent 786e2ee5fd
commit 210214260d
15 changed files with 126 additions and 123 deletions

View File

@@ -9,12 +9,12 @@ Stopwatch {
TimeDisplay {
content-align: center middle;
opacity: 60%;
text-opacity: 60%;
height: 3;
}
Button {
width: 16;
width: 16;
}
#start {
@@ -30,14 +30,14 @@ Button {
dock: right;
}
.started {
.started {
text-style: bold;
background: $success;
color: $text-success;
}
.started TimeDisplay {
opacity: 100%;
text-opacity: 100%;
}
.started #start {

View File

@@ -8,12 +8,12 @@ Stopwatch {
TimeDisplay {
content-align: center middle;
opacity: 60%;
text-opacity: 60%;
height: 3;
}
Button {
width: 16;
width: 16;
}
#start {

View File

@@ -9,12 +9,12 @@ Stopwatch {
TimeDisplay {
content-align: center middle;
opacity: 60%;
text-opacity: 60%;
height: 3;
}
Button {
width: 16;
width: 16;
}
#start {
@@ -30,14 +30,14 @@ Button {
dock: right;
}
.started {
.started {
text-style: bold;
background: $success;
color: $text-success;
}
.started TimeDisplay {
opacity: 100%;
text-opacity: 100%;
}
.started #start {