mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
refactor: use nesting
This commit is contained in:
parent
c97a5d7502
commit
f28d7451e7
1 changed files with 14 additions and 14 deletions
|
|
@ -96,20 +96,20 @@ footer {
|
|||
transition: 0.125s;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer.focus {
|
||||
.keyTips {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
.textButton {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
#newVersionIndicator {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
#commandLineMobileButton {
|
||||
opacity: 0 !important;
|
||||
pointer-events: none !important;
|
||||
&.focus {
|
||||
.keyTips {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
.textButton {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
#newVersionIndicator {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
#commandLineMobileButton {
|
||||
opacity: 0 !important;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue