Adjust resolved comments buttons and add tooltip

This commit is contained in:
James Allen 2017-01-12 13:37:44 +01:00
parent f9b8ada215
commit 8e0c2ff0b3
2 changed files with 9 additions and 2 deletions

View file

@ -275,7 +275,10 @@ script(type='text/ng-template', id='resolvedCommentsDropdownTemplate')
a.resolved-comments-toggle(
href
ng-click="toggleOpenState();"
)
tooltip="Resolved Comments"
tooltip-placement="bottom"
tooltip-append-to-body="true"
)
i.fa.fa-inbox
.resolved-comments-dropdown(
ng-class="{ 'resolved-comments-dropdown-open' : state.isOpen }"

View file

@ -700,11 +700,15 @@
}
.resolved-comments-toggle {
font-size: @rp-icon-large-size;
font-size: 14px;
color: lighten(@rp-type-blue, 25%);
border: solid 1px @rp-border-grey;
border-radius: 3px;
padding: 0 4px;
display: block;
height: 22px;
width: 22px;
line-height: 1.4;
&:hover,
&:focus {