From 6814f0f8471c2e0bc3075ae6c7c40729c3c81d5e Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 1 Aug 2017 12:56:04 +0200 Subject: [PATCH] removes text-decoration on icons --- app/assets/stylesheets/layout.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 6623cb235..7a5705f60 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1784,6 +1784,7 @@ table { [class^="icon-"] { font-size: $base-font-size; + text-decoration: none; vertical-align: sub; } } @@ -1814,6 +1815,7 @@ table { font-size: $base-font-size; left: -20px; position: absolute; + text-decoration: none; top: -1px; }