From d130d684c99f16c2068a011524bf3d62e5604fa0 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Tue, 2 May 2017 17:36:10 +0200 Subject: [PATCH] Closes #110: Update notification filter buttons styling. --- src/View/Notification.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Notification.elm b/src/View/Notification.elm index 29f4a8b..eda5336 100644 --- a/src/View/Notification.elm +++ b/src/View/Notification.elm @@ -113,7 +113,7 @@ notificationFilterView filter = button [ class <| if filter == event then - "btn btn-primary" + "btn btn-primary active" else "btn btn-default" , title tooltip