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

Bug/2d ui #566

Merged
merged 2 commits into from
Sep 20, 2018
Merged

Bug/2d ui #566

merged 2 commits into from
Sep 20, 2018

Conversation

johnshaughnessy
Copy link
Contributor

  • Fix user-select bug where you accidentally highlight the icons all the time.
  • Fix bug where you can't touch spawn-media or choose-image buttons until you touch a joystick first.

Copy link
Contributor

@netpro2k netpro2k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -70,6 +70,10 @@

.ui-interactive {
pointer-events: auto;
-moz-user-select: none;
Copy link
Contributor

@netpro2k netpro2k Sep 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was gunna suggest that we don't need vendor prefixes because this is older than sin, but apparently we still do https://caniuse.com/#feat=user-select-none. Oh CSS.

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.

2 participants