@@ -51,7 +51,7 @@ const LikeButtons: FC<LikeButtonsProps> = (props: LikeButtonsProps) => {
type="button"
id="like-button"
onClick={onLikeClicked}
- className={`btn btn-like border-0
+ className={`shadow-none btn btn-like border-0
${isLiked ? 'active' : ''} ${isGuestUser ? 'disabled' : ''}`}
>
<i className={`fa ${isLiked ? 'fa-heart' : 'fa-heart-o'}`}></i>
@@ -7,7 +7,6 @@
&:not(:disabled):not(.disabled):not(:hover) {
background-color: transparent;
}
- box-shadow: none !important;
.btn.btn-bookmark {