Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,11 @@ export default {
</script>

<style lang="scss">
:root {
/* Set custom vue-select CSS variables */
body {
/**
* Set custom vue-select CSS variables.
* Needs to be on the body (not :root) for theming to apply (see nextcloud/server#36462)
*/

/* Search Input */
--vs-search-input-color: var(--color-main-text);
Expand Down