Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

App Rail Tiles: Anchor styling needs adjustment #702

Closed
endigo9740 opened this issue Dec 16, 2022 · 3 comments · Fixed by #708
Closed

App Rail Tiles: Anchor styling needs adjustment #702

endigo9740 opened this issue Dec 16, 2022 · 3 comments · Fixed by #708
Labels
bug Something isn't working ready to test Ready to be tested for quality assurance.

Comments

@endigo9740
Copy link
Contributor

Current Behavior

We've had a couple reports of issues with anchor versions of the rail tiles:

image

Let's implement better default CSS for this scenario.

Steps To Reproduce

No response

Anything else?

No response

@endigo9740 endigo9740 added the bug Something isn't working label Dec 16, 2022
@endigo9740
Copy link
Contributor Author

Temporary workaround as reported on Discord:

<style>
  :global(.sidebar-left a) {
    @apply text-current no-underline !important;
  }
</style>

@endigo9740
Copy link
Contributor Author

endigo9740 commented Dec 16, 2022

I've resolved the style issue alongside this update:

Screen Shot 2022-12-16 at 11 13 36 AM

@endigo9740 endigo9740 linked a pull request Dec 16, 2022 that will close this issue
@endigo9740 endigo9740 added the ready to test Ready to be tested for quality assurance. label Dec 16, 2022
@endigo9740
Copy link
Contributor Author

Given this is solved and just pending merge I'm going to go ahead and close the ticket. Expect this in the next release!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working ready to test Ready to be tested for quality assurance.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant