From f2da848a3ebf8f7a2407d3f33cded8d8b3f298c3 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 26 Mar 2016 01:10:18 +0100 Subject: Add alternate link to entries Atom --- app/assets/stylesheets/dashboard.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 8d451e174..983172bd0 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -55,6 +55,7 @@ a { text-decoration: none; color: inherit; + outline: 0; } .dashboard__current-user__avatar { -- cgit