rename colaspeicon to collapse-icon
This commit is contained in:
parent
616c60ba04
commit
f233961e6b
3 changed files with 3 additions and 3 deletions
|
@ -354,7 +354,7 @@ class Channel {
|
|||
const caps = document.createElement("div");
|
||||
const decdiv = document.createElement("div");
|
||||
const decoration = document.createElement("span");
|
||||
decoration.classList.add("svgtheme", "colaspeicon", "svg-category");
|
||||
decoration.classList.add("svgtheme", "collapse-icon", "svg-category");
|
||||
decdiv.appendChild(decoration);
|
||||
const myhtml = document.createElement("p2");
|
||||
myhtml.textContent = this.name;
|
||||
|
|
|
@ -360,7 +360,7 @@ class Channel{
|
|||
|
||||
const decdiv=document.createElement("div");
|
||||
const decoration=document.createElement("span");
|
||||
decoration.classList.add("svgtheme","colaspeicon","svg-category")
|
||||
decoration.classList.add("svgtheme","collapse-icon","svg-category")
|
||||
decdiv.appendChild(decoration)
|
||||
|
||||
const myhtml=document.createElement("p2");
|
||||
|
|
|
@ -1559,7 +1559,7 @@ form div{
|
|||
.channels .channel{
|
||||
margin-bottom: .03in;
|
||||
}
|
||||
.colaspeicon{
|
||||
.collapse-icon{
|
||||
height:.15in;
|
||||
width:.15in;
|
||||
padding-right: .025in;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue