mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +02:00
parent
13bd50edad
commit
5d40cb8e79
2 changed files with 27 additions and 2 deletions
|
@ -62,6 +62,31 @@ div.modalTerminal p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.visuallyHidden {
|
||||||
|
clip: rect(0 0 0 0);
|
||||||
|
clip-path: inset(50%);
|
||||||
|
height: 1px;
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.noStyle {
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
background: transparent;
|
||||||
|
color: inherit;
|
||||||
|
font: inherit;
|
||||||
|
letter-spacing: inherit;
|
||||||
|
word-spacing: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
text-transform: inherit;
|
||||||
|
text-indent: inherit;
|
||||||
|
text-shadow: inherit;
|
||||||
|
appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Box Model */
|
/* Box Model */
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
|
@ -1295,4 +1320,4 @@ div.gitDemonstrationView {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 21px;
|
left: 21px;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
|
@ -304,7 +304,7 @@
|
||||||
<script type="text/html" id="left-right-template">
|
<script type="text/html" id="left-right-template">
|
||||||
<% if (!showLeft && lastNav ) { %>
|
<% if (!showLeft && lastNav ) { %>
|
||||||
<div class="box right">
|
<div class="box right">
|
||||||
<i class="icon-ok exit"></i>
|
<button class="noStyle"><i aria-hidden="true" class="icon-ok exit"></i><span class="visuallyHidden">OK</span></button>
|
||||||
</div>
|
</div>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<% if (showLeft) { %>
|
<% if (showLeft) { %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue