refactor: use nesting

This commit is contained in:
Miodec 2023-09-20 11:57:00 +01:00
parent c97a5d7502
commit f28d7451e7

View file

@ -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;
}
}
}