editor.less
@import "../../../less/variables.less";
.editor .editorbox {
color: @secondary-color-bright;
outline: none !important;
border: none !important;
border-bottom: 1px solid @color-grey-light !important;
&:focus {
color: @secondary-color-darker;
border-bottom: 1px solid @secondary-color-light !important;
}
}