change(ui) - dashboard more options button
This commit is contained in:
parent
0c6f3545f4
commit
678724aecb
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ export default class ItemMenu extends React.PureComponent<Props> {
|
|||
<div
|
||||
// onClick={this.toggleMenu}
|
||||
className={cn(
|
||||
'flex items-center cursor-pointer select-none hover rounded-full',
|
||||
'flex items-center cursor-pointer select-none hover',
|
||||
!this.props.flat ? parentStyles : '',
|
||||
{ 'bg-gray-light': !this.props.flat && displayed && label }
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 18px;
|
||||
/* border-radius: 18px; */
|
||||
border: 1px solid transparent;
|
||||
transition: all 0.2s;
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue