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;
|
||||
}
|
||||
|
||||
PlayArea {
|
||||
background: transparent;
|
||||
PlayArea {
|
||||
opacity: 0%;
|
||||
layer: ball;
|
||||
|
||||
|
||||
}
|
||||
Ball {
|
||||
layer: ball;
|
||||
width: auto;
|
||||
height: 1;
|
||||
background: $secondary;
|
||||
border: tall $secondary;
|
||||
border: tall $secondary;
|
||||
color: $background;
|
||||
box-sizing: content-box;
|
||||
text-style: bold;
|
||||
|
||||
Reference in New Issue
Block a user