Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
style via hidden attr
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed May 15, 2014
1 parent 781f162 commit 4c70671
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions core-selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,7 @@
-->
<link rel="import" href="../polymer/polymer.html">

<polymer-element name="core-selection" attributes="multi">
<template>
<style>
:host {
display: none !important;
}
</style>
</template>
<polymer-element name="core-selection" attributes="multi" hidden>
<script>
Polymer('core-selection', {
/**
Expand Down

0 comments on commit 4c70671

Please sign in to comment.