From 41893f3435d4d7b64cbb28372bfabfede37155ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 29 Apr 2021 14:56:25 +0200 Subject: [PATCH] Differenciate links in summaries Using the same color as text made it impossible to visually recognize the link. Users might click the link accidentally while trying to select the text of that link. Furthermore, sighted keyboard users would be surprised when tabbing through the interface and realizing some apparently normal text is really a link. --- app/assets/stylesheets/participation.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 5b6ed3783..776c8f6f4 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -725,10 +725,6 @@ margin-top: 0; overflow: hidden; position: relative; - - a { - color: $text; - } } .truncate {