Remove link attribute from button

Should be done for synergy with the rest of the buttons in the view.

Change-Id: I8290f810df61f0957d3a4ab4149344bce32451e9
This commit is contained in:
Kasper Nilsson
2017-10-30 12:51:41 -07:00
parent bda519ca4a
commit 82d5732ddb

View File

@@ -355,7 +355,6 @@ limitations under the License.
id="emailEditor"
has-unsaved-changes="{{_emailsChanged}}"></gr-email-editor>
<gr-button
link
on-tap="_handleSaveEmails"
disabled$="[[!_emailsChanged]]">Save changes</gr-button>
</fieldset>