From 63c183402c12b15f9d0aaf95cd9c257601b3bb10 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 24 Mar 2016 11:42:48 +0000 Subject: [PATCH] Style active and focus states of search results too --- services/web/public/stylesheets/app/wiki.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/wiki.less b/services/web/public/stylesheets/app/wiki.less index 053d0b0619..210230989c 100644 --- a/services/web/public/stylesheets/app/wiki.less +++ b/services/web/public/stylesheets/app/wiki.less @@ -117,7 +117,7 @@ } } - &:hover { + &:hover, &:active, &:focus { text-decoration: none; .search-result-content { color: @gray-darker;