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