fix prompt
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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();
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user