Fix pointer cursor on new change screen icon buttons

Change-Id: I1d0f74fb5a6f35dc32a516941f57f82e82523c5b
This commit is contained in:
Dave Borowitz
2016-01-06 11:38:50 -05:00
parent 4a92ca7744
commit c466e61290
2 changed files with 3 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ limitations under the License.
.addReviewer,
.cancel {
cursor: pointer;
float: right;
}
</ui:style>

View File

@@ -22,11 +22,11 @@ limitations under the License.
<ui:with field='ico' type='com.google.gerrit.client.GerritResources'/>
<ui:with field='res' type='com.google.gerrit.client.change.Resources'/>
<ui:style gss='false'>
.show { cursor: pointer; }
.edit { cursor: pointer; }
.edit, .cancel { float: right; }
</ui:style>
<g:HTMLPanel>
<div ui:field='show' styleName='{style.show}'>
<div ui:field='show'>
<x:InlineHyperlink ui:field='text'
title='Search for changes on this topic'/>
<g:Image ui:field='editIcon'