From 2877229904ed28846189f6fa3ff39ee6b5765275 Mon Sep 17 00:00:00 2001 From: Anna Anks Nowak Date: Sun, 30 Dec 2018 23:41:25 +0100 Subject: [PATCH] Move the link styling to th [#2931] --- app/assets/stylesheets/admin.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index e51f9f4e2..30cfa01ec 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -215,10 +215,6 @@ $sidebar-active: #f4fcd0; thead { color: #fff; - - a { - color: inherit; - } } th { @@ -228,6 +224,10 @@ $sidebar-active: #f4fcd0; label { color: #fff; } + + a { + color: inherit; + } } .break {