mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix spelling mistake in 5x5 CSS
Possibly not the worst bug ever found in Textual, but once seen you can't unsee it.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$animation-type: linear;
|
||||
$animatin-speed: 175ms;
|
||||
$animation-speed: 175ms;
|
||||
|
||||
Game {
|
||||
align: center middle;
|
||||
@@ -43,7 +43,7 @@ GameCell {
|
||||
height: 100%;
|
||||
background: $surface;
|
||||
border: round $surface-darken-1;
|
||||
transition: background $animatin-speed $animation-type, color $animatin-speed $animation-type;
|
||||
transition: background $animation-speed $animation-type, color $animation-speed $animation-type;
|
||||
}
|
||||
|
||||
GameCell:hover {
|
||||
|
||||
Reference in New Issue
Block a user