Skip to content

Commit

Permalink
Merge pull request #3252 from nextcloud/fix/multiselect-background-color
Browse files Browse the repository at this point in the history
Fix multiselect background color spilling outside the component
  • Loading branch information
ChristophWurst authored Sep 14, 2022
2 parents a7529f1 + 0de278b commit 1055f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcMultiselect/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/* override this rule with your width styling if you need */
min-width: 260px;
position: relative;
background-color: var(--color-main-background);

/* Force single multiselect value to be shown when not active */
&:not(.multiselect--active) .multiselect__single {
Expand Down Expand Up @@ -54,6 +53,7 @@
min-height: 44px;
height: 44px;
padding: 8px 12px !important;
background-color: var(--color-main-background);

&:focus, &:hover {
border-color: var(--color-primary);
Expand Down

0 comments on commit 1055f92

Please sign in to comment.