mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
325d331160
commit
bc30b48d03
8 changed files with 70 additions and 42 deletions
|
@ -82,6 +82,22 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<paper-icon-button icon="alarm-on" title="wake up" class="giant"></paper-icon-button>
|
||||
</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-icon-button icon="polymer"></paper-icon-button>
|
||||
</a>
|
||||
<style>
|
||||
a paper-icon-button,
|
||||
a:active paper-icon-button,
|
||||
a:visited paper-icon-button {
|
||||
color: #000000;
|
||||
}
|
||||
</style>
|
||||
</template>
|
||||
</demo-snippet>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue