-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[stable22] Only add the vue exeption to actual button elements #30010
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some .button:not(.button-vue)
cases are missing in this backport.
It's fine because the original change to this line wasn't backported in the first place. This line looks like the same as it is on master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicts are irrelevant. See my other comment.
EDIT: Nvm, @MichaIng was right. I was on the wrong branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicts!
Signed-off-by: marco <marcoambrosini@pm.me> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1f4717b
to
10056ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the missing change and tested again.
The jsunit failures are unrelated. But someone with insights should have a look: Looks like a formal thing where a template has changed, now containing |
@marcoambrosini please have a look at this one so we can merge it as people that are on NC v22 are reporting problems |
backport of #29905