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

fix(MdListItem): allow multiple actions #1760

Merged
merged 4 commits into from
Jun 11, 2018

Conversation

Samuell1
Copy link
Member

Fixes #1653

@@ -127,6 +135,9 @@
text-transform: none;

&:not(.md-list-item-default):not([disabled]) {
-webkit-user-select: none;
Copy link
Member

Choose a reason for hiding this comment

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

Didnt autoprefix do this?

Copy link
Member

Choose a reason for hiding this comment

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

Yep. This can be removed.

Copy link
Member Author

Choose a reason for hiding this comment

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

@marcosmoura In dev it doesnt work without prefixes, i think we have broken autoprefixer?

@@ -127,6 +135,9 @@
text-transform: none;

&:not(.md-list-item-default):not([disabled]) {
-webkit-user-select: none;
Copy link
Member

Choose a reason for hiding this comment

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

Yep. This can be removed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants