mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 09:21:42 +03:00
tile: fixing mistakenly always showing menu
This commit is contained in:
parent
ffce52232b
commit
7515d0c035
@ -61,7 +61,7 @@ export const Tile: FunctionComponent<TileProps> = ({ charge, desk }) => {
|
||||
active={active}
|
||||
menuColor={active ? menuColor : suspendMenuColor}
|
||||
lightText={lightText}
|
||||
className="absolute z-10 top-3 right-3 sm:top-5 sm:right-5 opacity-100 pointer-coarse:opacity-100 hover-none:opacity-100 focus:opacity-100 group-hover:opacity-100"
|
||||
className="absolute z-10 top-3 right-3 sm:top-5 sm:right-5 opacity-0 pointer-coarse:opacity-100 hover-none:opacity-100 focus:opacity-100 group-hover:opacity-100"
|
||||
/>
|
||||
<div
|
||||
className="h4 absolute z-10 bottom-[8%] left-[5%] sm:bottom-7 sm:left-5 py-1 px-3 rounded-lg"
|
||||
|
Loading…
Reference in New Issue
Block a user