question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

group:true still renders a drop-shadow

See original GitHub issue

The group: true seems to change the header size but not much else. The light-entity-card is still rendered with extra whitespace and drop-shadow.

Screenshot demonstrating the bug.

type: entities
title: Bug in light-entity-card
entities:
  - entity: light.bath_color
  - group: true
    color_wheel: true  # Unused
    persist_features: true
    color_picker: false
    show_slider_percent: true
    full_width_sliders: true
    entity: light.bath_color
    type: 'custom:light-entity-card'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ljmerzacommented, Jul 4, 2020

added child_card option that will remove padding and box shadow in v4.2.0

0reactions
denilsonsacommented, Jul 2, 2020

For the record, for anyone else following this issue: b4eaba3cae9a7488aeb8d7e399df9716c0a1cca6 (and 44bc3fe28b60e3ca5c0b0d1a08bb8c2aed551e8d) replaced group with shorten_cards and consolidate_entities.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Breaking down CSS Box Shadow vs. Drop Shadow - CSS-Tricks
While it is true that the drop-shadow filter does not support multiple values comma separated, the css property filter does allow more than...
Read more >
DropShadow for WPF Borderless Window - Stack Overflow
Is there some way I can force this window to drop a shadow (like the one you get when WindowStyle is not none)?...
Read more >
box-shadow - CSS: Cascading Style Sheets - MDN Web Docs
The box-shadow property enables you to cast a drop shadow from the frame of almost any element. If a border-radius is specified on...
Read more >
How To Make Realistic Shadows in Photoshop ... - YouTube
INDEX 00:00 - Introduction 01:32 - Detaching Drop Shadows ... FOLLOW ME Instagram: ▻ http://instagram.com/jrfromptc Facebook Group : ...
Read more >
How To Add A Drop Shadow In Illustrator - YouTube
Adding drop shadows to your designs is a great way to give them some depth and make them appear as if they're jumping...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found