Change button appearance in gr-reply-dialog
1. Rename "Send" to "Save". 2. Change "Start Review"/"Send" button to blue. Screenshot: https://imgur.com/a/No38Cav Bug: Issue 12105 Change-Id: Ifd0a2efa9e345db0ce8d86f38268ae4e4f8f8012
This commit is contained in:
@@ -299,11 +299,10 @@ limitations under the License.
|
|||||||
class="action save"
|
class="action save"
|
||||||
has-tooltip
|
has-tooltip
|
||||||
title="[[_saveTooltip]]"
|
title="[[_saveTooltip]]"
|
||||||
on-click="_saveClickHandler">Send</gr-button>
|
on-click="_saveClickHandler">Save</gr-button>
|
||||||
</template>
|
</template>
|
||||||
<gr-button
|
<gr-button
|
||||||
id="sendButton"
|
id="sendButton"
|
||||||
link
|
|
||||||
primary
|
primary
|
||||||
disabled="[[_sendDisabled]]"
|
disabled="[[_sendDisabled]]"
|
||||||
class="action send"
|
class="action send"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ButtonTooltips = {
|
const ButtonTooltips = {
|
||||||
SAVE: 'Send but do not send notification or change review state',
|
SAVE: 'Save but do not send notification or change review state',
|
||||||
START_REVIEW: 'Mark as ready for review and send reply',
|
START_REVIEW: 'Mark as ready for review and send reply',
|
||||||
SEND: 'Send reply',
|
SEND: 'Send reply',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user