react-tinymce-mention
Version:
@Mention functionality for TinyMCE, built with React and Redux.
40 lines (31 loc) • 496 B
text/less
// Path
.mce-path {
.inline-block();
padding: 8px;
white-space: normal;
}
.mce-path .mce-txt {
display: inline-block;
padding-right: 3px;
}
.mce-path .mce-path-body {
display: inline-block;
}
.mce-path-item {
.inline-block();
cursor: pointer;
color: @text-color;
}
.mce-path .mce-last {
//color: @text-color-disabled;
}
.mce-path-item:hover {
text-decoration: underline;
}
.mce-path-item:focus {
background: gray;
color: white;
}
.mce-path .mce-divider {
display: inline;
}