#937 - Solution proposal

This commit is contained in:
Netz 2023-05-04 20:28:57 +02:00
parent 1723d9b0fc
commit aa8f51713f
3 changed files with 22 additions and 3 deletions

View file

@ -1146,6 +1146,10 @@ div.gitDemonstrationView {
opacity: 0;
}
.gitDemonstrationView p.uiButton[target="reset"] {
display: none;
}
.gitDemonstrationView.demonstrated div.afterText {
opacity: 1;
}
@ -1155,7 +1159,11 @@ div.gitDemonstrationView {
}
.gitDemonstrationView.demonstrated p.uiButton {
opacity: 0.4;
display: none;
}
.gitDemonstrationView.demonstrated p.uiButton[target="reset"] {
display: block;
}
/* LeftRightView */