From c8746310b38d4ccc327ae3b2d78dd711ff1ca270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 7 Jul 2014 13:09:26 +0200 Subject: [PATCH] Fixed styles in baklog table text --- app/styles/modules/backlog-table.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/styles/modules/backlog-table.scss b/app/styles/modules/backlog-table.scss index 2b31b153..cee480b7 100644 --- a/app/styles/modules/backlog-table.scss +++ b/app/styles/modules/backlog-table.scss @@ -31,8 +31,12 @@ padding-right: 3rem; position: relative; text-align: right; + .popover { + text-align: left; + } .icon { - display: none; + color: $gray-light; + margin-left: .2rem; } } .pop-role { @@ -85,6 +89,11 @@ .points { cursor: pointer; } + .header-points { + span { + color: $gray-light; + } + } } .backlog-table-body {