Skip to content

Commit

Permalink
Merge pull request #3707 from nextcloud/fix/ncselect-theming
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Feb 9, 2023
2 parents 15d26b6 + fec54a2 commit d61fbf9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,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

0 comments on commit d61fbf9

Please sign in to comment.