]> Untitled Git - lemmy-ui.git/commitdiff
Changing choices background. Fixes #48
authorDessalines <tyhou13@gmx.com>
Sat, 3 Oct 2020 15:32:36 +0000 (10:32 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 3 Oct 2020 15:32:36 +0000 (10:32 -0500)
src/assets/css/main.css
src/shared/components/post-form.tsx

index 1824156ec50db31cf3101dc7620db9f73bcdc1cf..e2892669060d7c65f06cd91de7459389c7761836 100644 (file)
@@ -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;
index 5c3c753928fff785ffb33a9b9bbad61163d613f4..c383c9b8a0b41ea08b6b81e4f19d5d186a181aff 100644 (file)
@@ -532,14 +532,14 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
           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',