-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Remove the blocklyNonSelectable
CSS class and include non-selectability in existing classes instead
#8328
Comments
Hey! @BeksOmega, please assign me this issue, I am working on it! |
Hiya @dakshkanaujia Go for it! Let me know if you have any questions =) |
Hey @BeksOmega, I can see the issue. The blocklyNonSelectable class is redundant. I can implement the functionality directly in the existing class. Am I on the right track? |
Yes! You want to move |
Hey @BeksOmega , can you help me with how can I proceed from here , to get this PR merged. I am facing issue in signing the CLA thing. |
…-selectability into existing classes google#8328
…selectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
…lectability into existing classes google#8328
* Remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes * Removed .gitpod file * fix: remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes #8328 * fix: remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes #8328 * fix: remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes #8328 * fix: remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes #8328 * fix: remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes #8328 * fix: remove redundant blocklyNonSelectable class and integrate non-selectability into existing classes
Closed by #8433 |
The
blocklyNonSelectable
class just disables user selection. Instead of having a CSS class that is used to apply one CSS rule, we should include the rule in a more relevant class.The text was updated successfully, but these errors were encountered: