We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4f430 commit 07b42aaCopy full SHA for 07b42aa
docs/main.css
@@ -49,3 +49,12 @@
49
background-color: transparent;
50
color: rgb(97, 97, 97);
51
}
52
+
53
+.link-button {
54
+ background: none!important;
55
+ border: none;
56
+ padding: 0!important;
57
+ color: #069;
58
+ text-decoration: underline;
59
+ cursor: pointer;
60
+ }
docs/scripts/uiLogic-controls.js
@@ -94,7 +94,7 @@ function setBackLabelState(disabled) {
94
95
else {
96
container.innerHTML = `
97
- <a id="idBackLabel">
+ <a class="link-button" id="idBackLabel">
98
Go back!
99
</a>
100
Folder: ${currentDirectory}`;
0 commit comments