Skip to content

Commit

Permalink
🐛 Remove pointer and title on menu locker
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedroed committed Jan 31, 2019
1 parent 2cb56da commit 6b53d15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/SideMenu.elm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ view group timespan { menuOpened, showCustom, showHack2g2 } =
[ class "sidemenu--footer" ]
[ div
[ class "sidemenu--footer-content" ]
[ a [ title "Click me" ] [ i [ class "icon-secure" ] [] ]
[ a [] [ i [ class "icon-secure" ] [] ]
, span [] [ text "Secured by CP" ]
]
]
Expand Down
1 change: 0 additions & 1 deletion src/css/sidemenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

.sidemenu--footer i {
padding-right: 5px;
cursor: pointer;
}

.sidemenu--footer .icon-secure {
Expand Down

0 comments on commit 6b53d15

Please sign in to comment.