File tree Expand file tree Collapse file tree
bases/rsptx/interactives/runestone/common/js Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,17 +156,17 @@ function addReadingList() {
156156
157157 top = document . createElement ( "div" ) ;
158158 top . className = "runestone assigment-nav top-assignment-nav"
159- top . style . backgroundColor = "var(--componentBgColor)"
160- top . style . borderColor = "var(--componentBorderColor)"
161- top . style . borderWidth = "1px"
159+ // top.style.backgroundColor = "var(--componentBgColor)"
160+ // top.style.borderColor = "var(--componentBorderColor)"
161+ // top.style.borderWidth = "1px"
162162 top . append ( fst ) ;
163163 //top.append(snd);
164164
165165 bottom = document . createElement ( "div" ) ;
166- top . className = "runestone assigment-nav bottom-assignment-nav"
167- bottom . style . backgroundColor = "var(--componentBgColor)"
168- bottom . style . borderColor = "var(--componentBorderColor)"
169- bottom . style . borderWidth = "1px"
166+ bottom . className = "runestone assigment-nav bottom-assignment-nav"
167+ // bottom.style.backgroundColor = "var(--componentBgColor)"
168+ // bottom.style.borderColor = "var(--componentBorderColor)"
169+ // bottom.style.borderWidth = "1px"
170170
171171 //bottom.append(active.cloneNode(true));
172172 //bottom.append(fst.cloneNode(true));
You can’t perform that action at this time.
0 commit comments