Add missing less file
parent
7309ae1b23
commit
fd348dc4e2
@ -0,0 +1,31 @@
|
|||||||
|
@import (reference) "./tools.less";
|
||||||
|
@import (reference) "./avatar.less";
|
||||||
|
|
||||||
|
.mentions_main() {
|
||||||
|
--LessLoader_require: LessLoader_currentFile();
|
||||||
|
}
|
||||||
|
|
||||||
|
& {
|
||||||
|
.cp-mentions {
|
||||||
|
.avatar_main(20px);
|
||||||
|
.tools_unselectable();
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
vertical-align: bottom;
|
||||||
|
background-color: #eee;
|
||||||
|
|
||||||
|
span.cp-mentions-name {
|
||||||
|
max-width: 150px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
&.cp-mentions-clickable {
|
||||||
|
outline: none;
|
||||||
|
cursor: pointer;
|
||||||
|
&:hover {
|
||||||
|
background-color: #ddd;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue