fix prompt

This commit is contained in:
xmcp
2019-07-14 12:05:39 +08:00
parent ffddaf95d2
commit 80d300f599
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
} }
@media screen and (min-width: 1301px) { @media screen and (min-width: 1301px) {
.left-container .flow-item-row .flow-item:hover::before { .left-container .flow-item-row-with-prompt:hover::before {
content: '>>'; content: '>>';
position: absolute; position: absolute;
left: 10px; left: 10px;

View File

@@ -474,7 +474,7 @@ class FlowItemRow extends PureComponent {
} }
let res=( let res=(
<div className={'flow-item-row'+(this.props.is_quote ? ' flow-item-row-quote' : '')} onClick={(event)=>{ <div className={'flow-item-row flow-item-row-with-prompt'+(this.props.is_quote ? ' flow-item-row-quote' : '')} onClick={(event)=>{
if(!CLICKABLE_TAGS[event.target.tagName.toLowerCase()]) if(!CLICKABLE_TAGS[event.target.tagName.toLowerCase()])
this.show_sidebar(); this.show_sidebar();
}}> }}>