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
Describe the bug
The disabled styling breaks other disabled styling defined in other packages/css.
For example when used with Vuetify and VWindowItem the disabled attribute makes it apply the QCalendar disabled styling showing the not-allowed cursor everywhere in that component.
To Reproduce
Steps to reproduce the behavior:
Add the quasar-ui-qcalendar to a project that uses another framework or already has exisiting disabled styling
Include the minified css or sass files
See the other styling being changed by the qcalendar component
Expected behavior
The styling should be scoped to only the quasar component and should not bleed out of it.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
disabled
styling breaks other disabled styling defined in other packages/css.For example when used with Vuetify and VWindowItem the
disabled
attribute makes it apply the QCalendardisabled
styling showing the not-allowed cursor everywhere in that component.To Reproduce
Steps to reproduce the behavior:
quasar-ui-qcalendar
to a project that uses another framework or already has exisiting disabled stylingExpected behavior
The styling should be scoped to only the quasar component and should not bleed out of it.
The text was updated successfully, but these errors were encountered: