group:true still renders a drop-shadow
See original GitHub issueThe 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.
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:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
added
child_card
option that will remove padding and box shadow in v4.2.0For the record, for anyone else following this issue: b4eaba3cae9a7488aeb8d7e399df9716c0a1cca6 (and 44bc3fe28b60e3ca5c0b0d1a08bb8c2aed551e8d) replaced
group
withshorten_cards
andconsolidate_entities
.