Highlight 'Publish/Rebase Edit' buttons in blue color
If a change has a change edit the natural next step is to publish/rebase it, hence the 'Publish/Rebase Edit' buttons should be highlighted similar to the quick approve button. Bug: issue 2533 Change-Id: I089189fb20eae1dd7fe3046201a968653e957ac4 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -272,10 +272,10 @@ limitations under the License.
|
||||
height: BUTTON_HEIGHT;
|
||||
line-height: BUTTON_HEIGHT;
|
||||
}
|
||||
button.quickApprove {
|
||||
button.highlight {
|
||||
background-color: #4d90fe;
|
||||
}
|
||||
button.quickApprove div { color: #fff; }
|
||||
button.highlight div { color: #fff; }
|
||||
|
||||
.sectionHeader {
|
||||
position: relative;
|
||||
@@ -360,14 +360,16 @@ limitations under the License.
|
||||
<ui:attribute name='title'/>
|
||||
</g:Button>
|
||||
<c:QuickApprove ui:field='quickApprove'
|
||||
styleName='{style.quickApprove}'
|
||||
styleName='{style.highlight}'
|
||||
title='Apply score with one click'>
|
||||
<ui:attribute name='title'/>
|
||||
</c:QuickApprove>
|
||||
<g:Button ui:field='publishEdit' styleName='' visible='false'>
|
||||
<g:Button ui:field='publishEdit'
|
||||
styleName='{style.highlight}' visible='false'>
|
||||
<div><ui:msg>Publish Edit</ui:msg></div>
|
||||
</g:Button>
|
||||
<g:Button ui:field='rebaseEdit' styleName='' visible='false'>
|
||||
<g:Button ui:field='rebaseEdit'
|
||||
styleName='{style.highlight}' visible='false'>
|
||||
<div><ui:msg>Rebase Edit</ui:msg></div>
|
||||
</g:Button>
|
||||
<g:Button ui:field='deleteEdit' styleName='' visible='false'>
|
||||
|
||||
Reference in New Issue
Block a user