From 0244019ca17288802a144c84b7e0f319f1685695 Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Fri, 21 Jul 2017 21:12:43 +0200 Subject: Fixed horrible outline around notif clearing checkbox & moved the overlay to a more sr-friendly place --- app/javascript/glitch/components/status/index.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'app/javascript/glitch/components/status') diff --git a/app/javascript/glitch/components/status/index.js b/app/javascript/glitch/components/status/index.js index dc06250ec..b7ec8b4ca 100644 --- a/app/javascript/glitch/components/status/index.js +++ b/app/javascript/glitch/components/status/index.js @@ -526,10 +526,6 @@ applicable. } } - markNotifForDelete = () => { - this.setState({ 'markedForDelete' : !this.state.markedForDelete }); - } - /* #### `render()`. @@ -699,11 +695,6 @@ collapsed. }} ref={handleRef} > - {notification ? ( - - ) : null} {prepend && account ? ( ) : null} + {notification ? ( + + ) : null} ); -- cgit