From 6c6f3b0f34307d98b3d67ae5b6bc17d4460fe0eb Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 3 Oct 2020 16:29:38 +0200 Subject: Tagmod: Remove title attribute of comment button No need when it's repeated right next to the button, anyway. https://vndb.org/t2520.497 --- elm/Tagmod.elm | 1 - 1 file changed, 1 deletion(-) diff --git a/elm/Tagmod.elm b/elm/Tagmod.elm index 1e0cb408..82b6fd13 100644 --- a/elm/Tagmod.elm +++ b/elm/Tagmod.elm @@ -168,7 +168,6 @@ viewTag t sel vid mod = [ onMouseOver (SetSel t.id Note) , onMouseOut (SetSel 0 NoSel) , onClickD (SetSel t.id NoteSet) - , title <| if t.notes == "" then "set note" else t.notes , style "opacity" <| if t.notes == "" then "0.5" else "1.0" ] [ text "💬" ] ] -- cgit v1.2.3