blob: 9326a5e8c5b640d206508dbc55ac37f1ccd09ce8 [file] [log] [blame]
<link rel="import" href="../html/polymer.html">
<!-- Common style for Material Design WebUI, such that the |hidden| attributes
works within Shadow DOM. -->
<dom-module id="cr-hidden-style">
<template>
<style>
/* Included here so we don't have to include "iron-positioning" in every
* stylesheet. See crbug.com/498405. */
[hidden] {
display: none !important;
}
</style>
</template>
</dom-module>