mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Renaming opacity to text-opacity in code
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -8,12 +8,12 @@ Stopwatch {
|
||||
|
||||
TimeDisplay {
|
||||
content-align: center middle;
|
||||
opacity: 60%;
|
||||
text-opacity: 60%;
|
||||
height: 3;
|
||||
}
|
||||
|
||||
Button {
|
||||
width: 16;
|
||||
width: 16;
|
||||
}
|
||||
|
||||
#start {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user