Tour fixes/improvements:
- Use a placeholder for the container id and repo name - Add a skip button for docker login - Add better messaging around permissions
This commit is contained in:
parent
dc230a1004
commit
798b6fd1bc
7 changed files with 18 additions and 11 deletions
|
@ -2876,6 +2876,11 @@ p.editable:hover i {
|
|||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.angular-tour-ui-element .skip-message {
|
||||
display: inline-block;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
pre.command {
|
||||
padding: 20px;
|
||||
background: #fff;
|
||||
|
|
Reference in a new issue