From: Dessalines Date: Sat, 3 Oct 2020 15:32:36 +0000 (-0500) Subject: Changing choices background. Fixes #48 X-Git-Url: http://these/git/?a=commitdiff_plain;h=05065608f368427d0315912b8c89684996106fe5;p=lemmy-ui.git Changing choices background. Fixes #48 --- diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 1824156..e289266 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -204,12 +204,6 @@ hr { -ms-transform: scale(1.2); } -.selectr-selected, .selectr-options-container { - background-color: var(--secondary); - color: var(--white); - border: unset; -} - .mini-overlay { position: absolute; top: 0; diff --git a/src/shared/components/post-form.tsx b/src/shared/components/post-form.tsx index 5c3c753..c383c9b 100644 --- a/src/shared/components/post-form.tsx +++ b/src/shared/components/post-form.tsx @@ -532,14 +532,14 @@ export class PostForm extends Component { shouldSort: false, classNames: { containerOuter: 'choices', - containerInner: 'choices__inner bg-secondary border-0', + containerInner: 'choices__inner bg-light border-0', input: 'form-control', inputCloned: 'choices__input--cloned', list: 'choices__list', listItems: 'choices__list--multiple', listSingle: 'choices__list--single', listDropdown: 'choices__list--dropdown', - item: 'choices__item bg-secondary', + item: 'choices__item bg-light', itemSelectable: 'choices__item--selectable', itemDisabled: 'choices__item--disabled', itemChoice: 'choices__item--choice',