update button styles
This commit is contained in:
parent
217234f89d
commit
b33a3302ed
109 changed files with 474 additions and 733 deletions
|
@ -117,6 +117,22 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
</style>
|
||||
</template>
|
||||
</demo-snippet>
|
||||
|
||||
<h3>Buttons can be used as a link</h3>
|
||||
<demo-snippet class="centered-demo">
|
||||
<template>
|
||||
<a href="https://www.polymer-project.org/" tabindex="-1">
|
||||
<paper-button raised>Polymer Project</paper-button>
|
||||
</a>
|
||||
<style>
|
||||
a paper-button,
|
||||
a:active paper-button,
|
||||
a:visited paper-button {
|
||||
color: #000;
|
||||
}
|
||||
</style>
|
||||
</template>
|
||||
</demo-snippet>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue