mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-23 14:09:42 +00:00
Unset button style
This commit is contained in:
parent
84f7cf1997
commit
d9786d4d24
@ -44,6 +44,7 @@ const IconButtonElement: FunctionComponent<IProps> = ({ is, id, className, title
|
||||
if (onClick !== undefined) {
|
||||
return (
|
||||
<button
|
||||
style={{all: 'unset'}}
|
||||
dangerouslySetInnerHTML={button}
|
||||
onClick={onClick}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user