Pull in fixed conflict

This commit is contained in:
2022-11-18 12:18:25 +03:00
5 changed files with 7 additions and 2 deletions

View File

@ -218,7 +218,6 @@ export class DropDown {
const select = this.#element.querySelector('.cg-select');
const nativSelect = this.#element.querySelector('.nativSelect');
if (value === true) {
this.#element.setAttribute('disabled', true);
nativSelect.setAttribute('disabled', true);

View File

@ -322,6 +322,7 @@ input[type='checkbox'] {
display: none;
}
/*320px - 576px*/
@media (max-width: 576px) {
body {
margin: 0;

View File

@ -27,6 +27,7 @@
border: none;
border-radius: 10px;
}
select[multiple='multiple'] {
color: black;
background-color: white;