Highlight 'Publish' button in blue color
If a change is a draft the natural next step is to publish it, hence the 'Publish' button should be highlighted similar to the quick approve button. Bug: issue 2533 Change-Id: Icb2a48b31b5754c6cad27e2fc8f60e6ea3e217c5 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -375,7 +375,8 @@ limitations under the License.
|
||||
<g:Button ui:field='deleteEdit' styleName='' visible='false'>
|
||||
<div><ui:msg>Delete Edit</ui:msg></div>
|
||||
</g:Button>
|
||||
<g:Button ui:field='publish' styleName='' visible='false'>
|
||||
<g:Button ui:field='publish'
|
||||
styleName='{style.highlight}' visible='false'>
|
||||
<div><ui:msg>Publish</ui:msg></div>
|
||||
</g:Button>
|
||||
<g:Button ui:field='deleteChange' styleName='' visible='false'>
|
||||
|
||||
Reference in New Issue
Block a user