-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Borders... #51
Comments
Check the same case w/o using mushrooms (e.g. with conventional Entities) - see if it changes smth |
@ildar170975 I used a button card and the border remains so it appears to be indeed an issue with stack-in-card:
|
This is the very same bug as this: #34 Consider this short example:
Before 2022.11 - the internal stack definitely had a box-shadow:
After 2022.11 - the internal stack has a border:
The card seems to be abandoned. The recent fix for borders seems to by hasty and does not solve problems with an internal stack. |
@ildar170975 Thanks for the detailed explanation. I've been chasing a fix for quite sometime so thank you. I think it's time to move on to something else. |
Is it possible to also remove the border? Your example fixes the margin? |
Yes, change it for "border: none" similarly. |
@ildar170975 Thank you! It works perfectly! |
Hi @chench00 , can you please share the exact line you`ve used to fix this? As I tried many combination but not only one had worked |
@cristidobrescu Sorry for the delay in responding. This is the line I used:
Here it is in use on one of my cards:
|
Thanks, I will try it, meanwhile I restored my HA to previously backup 9.2; It happned to not working due to an upgrade I did today to 11.5. |
So... the code is working on stack-in-card, but it seems like the HA Core 11.5 affect the other cards too; same issue with horizontal-stack card. I applied the code to this card too but doesn't change it. I had to go bavk again to my stable core which is 9.2 |
I read some issues related to borders and downloaded the latest version of the stack-in-card.js and uploaded to my configuration making sure to delete the other file (.gz?) as instructed on another thread but the border around my card refuses to go away. Here's my configuration:
Here's an example:
The border around "Hallway off" switch icon should be gone as before?
The text was updated successfully, but these errors were encountered: