Merge pull request #1032 from NovapaX/fix/state-info-badge-colors

Fix state-info badge colors (on polyfilled browsers)
This commit is contained in:
NovapaX 2018-03-26 11:00:53 +02:00 committed by GitHub
commit 981e94e84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
line-height: 20px; line-height: 20px;
} }
.time-ago, ::slotted(*) { .time-ago, .extra-info, .extra-info > * {
@apply --paper-font-common-nowrap; @apply --paper-font-common-nowrap;
color: var(--secondary-text-color); color: var(--secondary-text-color);
} }
@ -48,7 +48,9 @@
</div> </div>
</template> </template>
<template is='dom-if' if='[[!inDialog]]'> <template is='dom-if' if='[[!inDialog]]'>
<slot> <div class='extra-info'>
<slot>
</div>
</template> </template>
</div> </div>
</template> </template>