tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
disable hoverbutton hover state on mobile
awarm.space
1 year ago
b0dcffdd
09c4d70b
+1
-1
1 changed file
expand all
collapse all
unified
split
components
Buttons.tsx
+1
-1
components/Buttons.tsx
···
134
134
>
135
135
{props.icon}
136
136
<div
137
137
-
className={`font-bold pr-[6px] group-hover/hover-button:block ${props.noLabelOnMobile ? "hidden" : "sm:hidden"}`}
137
137
+
className={`font-bold pr-[6px] sm:group-hover/hover-button:block ${props.noLabelOnMobile ? "hidden" : "sm:hidden"}`}
138
138
>
139
139
{props.label}
140
140
</div>