mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-18 16:48:20 +02:00
Resolves #486 -- easier to understand button labels when interactive rebasing
This commit is contained in:
parent
cf6fec06e7
commit
780f53e226
3 changed files with 21 additions and 4 deletions
|
@ -770,6 +770,19 @@ li.rebaseEntry a#toggleButton {
|
|||
li.rebaseEntry.notPicked {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
li.rebaseEntry.notPicked span.showWhenPicked {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.rebaseEntry span.showWhenNotPicked {
|
||||
display: none;
|
||||
}
|
||||
|
||||
li.rebaseEntry.notPicked span.showWhenNotPicked {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* Modal Views */
|
||||
|
||||
div.modalView.box.inFront.show {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue