mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-18 08:38:42 +02:00
#937 - Solution proposal
This commit is contained in:
parent
1723d9b0fc
commit
aa8f51713f
3 changed files with 22 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue