Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Hover Display Issue on Safari #14

Closed
anthonycastaneda opened this issue Apr 18, 2022 · 12 comments
Closed

Hover Display Issue on Safari #14

anthonycastaneda opened this issue Apr 18, 2022 · 12 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@anthonycastaneda
Copy link

I'm using your great theme on Safari and I'm seeing some display issues on hover. In this screenshot, I'm hovering over the Portainer card, but some other cards have a dark overlay that is very dynamic and changes as I move the cursor around the screen.

image

I tried it with Chrome and I do not see this behavior, but I thought I'd let you know.

@walkxcode
Copy link
Owner

Hello!

I sadly don't have any device that can run Safari, so I cannot try to recreate this behavior. If you can give me any other information, or provide me with a fix, please do.

@walkxcode walkxcode self-assigned this Apr 18, 2022
@walkxcode walkxcode added the bug Something isn't working label Apr 18, 2022
@anthonycastaneda
Copy link
Author

I'm happy to mess around with it but I don't know CSS. Can you point me in the general direction of what I should be looking for in the code?

@walkxcode
Copy link
Owner

If you don't know CSS, I suppose there isn't much help you can deliver. I'll try setting up some way I can get safari running.

@mada199122
Copy link

I confirm the bug with Safari:(

Screenshot 2022-05-06 at 09 16 38

@walkxcode
Copy link
Owner

Would any of you (@anthonycastaneda @mada199122) be able to get into a Discord or Jitsi call with me to try and debug this issue?

@anthonycastaneda
Copy link
Author

@walkxcode Sure, I have some time this afternoon. Discord or Jitsi is fine with me. I'm Central time zone.

@walkxcode
Copy link
Owner

Alright! Add me on Discord: Walkx#3333

@walkxcode
Copy link
Owner

Quick update: Failed to find cause of bug.

@walkxcode walkxcode pinned this issue May 8, 2022
@walkxcode walkxcode added the help wanted Extra attention is needed label May 8, 2022
@naokiiida
Copy link

don't really know how to use git so I'm just writing it here;
but this fixed the overlay issue for me.

in the config.yml, change from hex to rgba.
for light:

--card-background: "rgba(255, 245, 242, 0.8)" 

for dark:

--card-background: "rgba(24, 28, 58, 0.8)"

in the custom.css, remove

body #app .card,
body #app .card:hover,
body #app .message {
  opacity: 80%;
}

walkxcode added a commit that referenced this issue Jun 15, 2022
walkxcode added a commit that referenced this issue Jun 15, 2022
@walkxcode
Copy link
Owner

I've made the changes, please let me know if it worked @anthonycastaneda

@anthonycastaneda
Copy link
Author

Thanks, but I'm no longer using Homer. I'll close the issue.

@neographophobic
Copy link

@walkxcode, the fix worked for me tested on the latest desktop version of Safari, and Chrome. Both work the same way now, where Safari use to have the visual issue in this thread.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants