mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix mouse01 example background transparency
This commit is contained in:
committed by
Rodrigo Girão Serrão
parent
af56d88a6d
commit
ad6a716d09
@@ -6,17 +6,17 @@ TextLog {
|
|||||||
layer: log;
|
layer: log;
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayArea {
|
PlayArea {
|
||||||
background: transparent;
|
opacity: 0%;
|
||||||
layer: ball;
|
layer: ball;
|
||||||
|
|
||||||
}
|
}
|
||||||
Ball {
|
Ball {
|
||||||
layer: ball;
|
layer: ball;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 1;
|
height: 1;
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
border: tall $secondary;
|
border: tall $secondary;
|
||||||
color: $background;
|
color: $background;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
text-style: bold;
|
text-style: bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user