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 {