rename colaspeicon to collapse-icon
This commit is contained in:
@@ -354,7 +354,7 @@ class Channel {
|
|||||||
const caps = document.createElement("div");
|
const caps = document.createElement("div");
|
||||||
const decdiv = document.createElement("div");
|
const decdiv = document.createElement("div");
|
||||||
const decoration = document.createElement("span");
|
const decoration = document.createElement("span");
|
||||||
decoration.classList.add("svgtheme", "colaspeicon", "svg-category");
|
decoration.classList.add("svgtheme", "collapse-icon", "svg-category");
|
||||||
decdiv.appendChild(decoration);
|
decdiv.appendChild(decoration);
|
||||||
const myhtml = document.createElement("p2");
|
const myhtml = document.createElement("p2");
|
||||||
myhtml.textContent = this.name;
|
myhtml.textContent = this.name;
|
||||||
|
@@ -360,7 +360,7 @@ class Channel{
|
|||||||
|
|
||||||
const decdiv=document.createElement("div");
|
const decdiv=document.createElement("div");
|
||||||
const decoration=document.createElement("span");
|
const decoration=document.createElement("span");
|
||||||
decoration.classList.add("svgtheme","colaspeicon","svg-category")
|
decoration.classList.add("svgtheme","collapse-icon","svg-category")
|
||||||
decdiv.appendChild(decoration)
|
decdiv.appendChild(decoration)
|
||||||
|
|
||||||
const myhtml=document.createElement("p2");
|
const myhtml=document.createElement("p2");
|
||||||
|
@@ -1559,7 +1559,7 @@ form div{
|
|||||||
.channels .channel{
|
.channels .channel{
|
||||||
margin-bottom: .03in;
|
margin-bottom: .03in;
|
||||||
}
|
}
|
||||||
.colaspeicon{
|
.collapse-icon{
|
||||||
height:.15in;
|
height:.15in;
|
||||||
width:.15in;
|
width:.15in;
|
||||||
padding-right: .025in;
|
padding-right: .025in;
|
||||||
|
Reference in New Issue
Block a user