You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is not only applied to the tab nav item, but also to the content.
It therefore overwrites other is-disabled behaviour if disabled components are inside the tab (e.g. a disabled datepicker).
Overview of the problem
Buefy version: 0.7.4
Vuejs version: 2.6.10
OS/Browser: Google Chrome
Description
The tabs is-diabled css rule
is not only applied to the tab nav item, but also to the content.
It therefore overwrites other is-disabled behaviour if disabled components are inside the tab (e.g. a disabled datepicker).
Steps to reproduce
Expected behavior
The datepicker inside the tab should also have e.g. a not-allowed cursor.
I would expect the CSS rule
to only affect the tabs nav, not the complete tab-item content.
So the rule should maybe be:
Actual behavior
The datepicker inside the tab has no not-allowed cursor, beacause it gets overwriten by
The text was updated successfully, but these errors were encountered: