-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Disable style override on vue-select elements #35165
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
Conversation
|
/backport to stable25 |
artonge
left a comment
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.
This is only adding :not([class^=vs__]) filter, right ?
For context, vue-select uses vs_ prefix for its classes.
Looks good :)
Yes :) added a comment https://github.com/nextcloud/server/blob/fix/vue-select-styles/core/css/inputs.scss#L32 |
- PENDING nextcloud/server#35165 Signed-off-by: Christopher Ng <[email protected]>
- PENDING nextcloud/server#35165 Signed-off-by: Christopher Ng <[email protected]>
- PENDING nextcloud/server#35165 Signed-off-by: Christopher Ng <[email protected]>
4d7da2f to
8784aa2
Compare
|
Rebased |
PVince81
left a comment
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.
👍 assuming there is no better way
- Disable style override on NcActionButton with `:not(.action-button)` due to increased specificity over scoped Vue styles when only `:not([class^="vs__"])` is added Signed-off-by: Christopher Ng <[email protected]>
8784aa2 to
d3d5034
Compare
|
Also disable style override on NcActionButton with |



This fixes the styling of vue-select elements as we will soon use the https://github.com/sagalbot/vue-select library in place of the https://github.com/shentao/vue-multiselect library