mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make sure ._ osx files are properly ignored
This commit is contained in:
parent
cb8119840a
commit
67524136ed
48 changed files with 1239 additions and 387 deletions
|
@ -42,6 +42,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
fill: navy;
|
||||
}
|
||||
|
||||
iron-icon:nth-of-type(4) {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
iron-icon {
|
||||
transition: all 0.5s;
|
||||
-webkit-transition: all 0.5s;
|
||||
|
@ -59,6 +63,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
<iron-icon icon="svg-sample-icons:codepen"></iron-icon>
|
||||
<iron-icon icon="svg-sample-icons:twitter"></iron-icon>
|
||||
<iron-icon icon="svg-sample-icons:youtube"></iron-icon>
|
||||
<iron-icon icon="inline:shape"></iron-icon>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -65,5 +65,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
</g>
|
||||
|
||||
</defs>
|
||||
|
||||
</svg>
|
||||
</iron-iconset-svg>
|
||||
|
||||
<iron-iconset-svg name="inline" size="24">
|
||||
<svg>
|
||||
<defs>
|
||||
<g id="shape">
|
||||
<rect x="12" y="0" width="12" height="24" />
|
||||
<circle cx="12" cy="12" r="12" />
|
||||
</g>
|
||||
</defs>
|
||||
</svg>
|
||||
</iron-iconset-svg>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue