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

Make the cursor used for the permalink a text cursor. #47

Merged
merged 1 commit into from
Mar 22, 2014

Conversation

malcolmr
Copy link
Contributor

The default cursor value assigned by Bootstrap for readonly text fields is "not-allowed", which is rendered as a pointer on Chrome (which isn't great), but as an "unavailable" icon on Internet Explorer, which is pretty terrible.

This switches to "text" (i.e. an I-beam), which makes it much more obvious that the text is selectable anyway.

The default cursor value assigned by Bootstrap for readonly text fields
is "not-allowed", which is rendered as a pointer on Chrome (which isn't
great), but as an "unavailable" icon on Internet Explorer, which is
pretty terrible.

This switches to "text" (i.e. an I-beam), which makes it much more
obvious that the text is selectable anyway.
mattgodbolt added a commit that referenced this pull request Mar 22, 2014
Make the cursor used for the permalink a text cursor.
@mattgodbolt mattgodbolt merged commit c59b86d into compiler-explorer:master Mar 22, 2014
@mattgodbolt
Copy link
Member

Thanks Malc!

@malcolmr malcolmr deleted the permalink-cursor branch March 22, 2014 22:50
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

Successfully merging this pull request may close these issues.

None yet

2 participants