Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

UI shadows glitch #1

Closed
ggolda opened this issue May 4, 2020 · 7 comments
Closed

UI shadows glitch #1

ggolda opened this issue May 4, 2020 · 7 comments

Comments

@ggolda
Copy link

ggolda commented May 4, 2020

There is a shadows glitch around items that are wrapped in "badge" resulting in text duplication:

image

To fix you need to remove that shadow parameter from CSS:
image

This is how it looks without that shadow parameter:
image

@shalvah
Copy link
Collaborator

shalvah commented May 4, 2020

I honestly can't see it (but my eyesight is not so good 😅). Can you send a PR to knuckleswtf/pastel? That's where the template is.

@shalvah shalvah transferred this issue from knuckleswtf/scribe May 7, 2020
@shalvah
Copy link
Collaborator

shalvah commented May 7, 2020

@ggolda I've moved this issue into the appropriate repo.

@ernst77
Copy link

ernst77 commented May 13, 2020

Yes, having the same issue. Looks terrible when text is white... @shalvah maybe you are not seeing because your system is taking different font? There is quite few specified for a fallback.
image

@shalvah
Copy link
Collaborator

shalvah commented May 13, 2020

My system is using the specified font. I don't notice it because my eyesight is terrible.

I won't be attending to this any time soon.😐 CSS is not my specialty, and I've got a lot on my plate at the moment. But, hey, it's open-source. Feel free to track down the problem and send in a PR.😄

@ernst77
Copy link

ernst77 commented May 13, 2020 via email

@shalvah
Copy link
Collaborator

shalvah commented May 13, 2020

My quick and dirty theory: setting font-shadow to "none" (or "off", whatever the CSS value should be) on the badge class selector, probably with an !important should do it.

@shalvah
Copy link
Collaborator

shalvah commented Jul 14, 2020

Fixed in 1.3.4

@shalvah shalvah closed this as completed Jul 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants