Skip to content
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

Code snippets on firefox are not selectable #4

Closed
matthova opened this issue Oct 28, 2020 · 3 comments
Closed

Code snippets on firefox are not selectable #4

matthova opened this issue Oct 28, 2020 · 3 comments

Comments

@matthova
Copy link
Contributor

On the link https://remix.run/dashboard/docs/tutorial/installation I wasn't able to copy-paste the link when using firefox.

I dug into the css and found I still wasn't able to select after manually setting the following on the <code> bracket:

user-select: all;
-moz-user-select: all;

Not sure what's the right solution, but worth calling out as a roadblock for people wanting to copy/paste/clone/remix-run!

@matthova
Copy link
Contributor Author

It looks like the issue is that the highlighted text has a transparent highlight color

@garand
Copy link
Contributor

garand commented Oct 28, 2020

I tracked it down to this code in the docs-[hash].css file.

image

Interestingly, it's not that property that is causing the issue, it's the existence of the block itself. Removing those lines resolves the issue.

@ryanflorence
Copy link
Member

Fixed, thanks!

mjackson added a commit that referenced this issue May 1, 2021
- Add Cache-Control to /__remix_manifest responses
- Don't call /__remix_data for routes that don't have data loaders
- Remove location-based browser data cache, use built-in caching instead
- Automatically reload the page when we detect the build has changed
- Add `useBeforeUnload` hook for saving state immediately before reload
- Add `json` and `redirect` helpers to `@remix-run/loader`

Fixes #3
Fixes #4
Fixes #7
Fixes #15
kentcdodds pushed a commit that referenced this issue Jul 22, 2022
* S3 file upload (#1)

* Implemented S3 upload

* Updated README

* Cleaned up dependencies

* Revert "S3 file upload (#1)" (#2)

This reverts commit df2359c.

* S3 file upload (#3)

* Implemented S3 upload

* Updated README

* Cleaned up dependencies

* Update contributors.yml

* S3 file upload (#4)

* Implemented S3 upload

* Updated README

* Updated README

* Cleaned up dependencies

* Fixed dependencies

* Refactored from useActionData to useFetcher
dvargas92495 pushed a commit to dvargas92495/remix that referenced this issue Jul 22, 2022
* S3 file upload (#1)

* Implemented S3 upload

* Updated README

* Cleaned up dependencies

* Revert "S3 file upload (#1)" (remix-run#2)

This reverts commit df2359c.

* S3 file upload (#3)

* Implemented S3 upload

* Updated README

* Cleaned up dependencies

* Update contributors.yml

* S3 file upload (remix-run#4)

* Implemented S3 upload

* Updated README

* Updated README

* Cleaned up dependencies

* Fixed dependencies

* Refactored from useActionData to useFetcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants