few wee bug fixes
This commit is contained in:
parent
ffa4ace7e3
commit
65b800b1d0
|
@ -33,7 +33,7 @@ $: {
|
||||||
cmInstance.on("change", () => currentCode = cmInstance.getValue());
|
cmInstance.on("change", () => currentCode = cmInstance.getValue());
|
||||||
}
|
}
|
||||||
cmInstance.focus();
|
cmInstance.focus();
|
||||||
cmInstance.setValue(code);
|
cmInstance.setValue(code || "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
background-color: rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.switcher > .selected {
|
.switcher > .selected {
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
|
word-wrap: break-word;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #163057;
|
color: #163057;
|
||||||
|
|
Loading…
Reference in New Issue