iron-image icon indicating copy to clipboard operation
iron-image copied to clipboard

Please allow #img css to be edited

Open smashah opened this issue 6 years ago • 0 comments

Just how on paper-card there's @apply --paper-card-header-image;

Can we please change:

#img {
        display: block;
        width: var(--iron-image-width, auto);
        height: var(--iron-image-height, auto);
      }

to

#img {
        display: block;
        width: var(--iron-image-width, auto);
        height: var(--iron-image-height, auto);
        @apply --iron-image-image;
      }

smashah avatar Apr 20 '18 01:04 smashah