Pull in fixed conflict
This commit is contained in:
@ -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);
|
||||
|
@ -322,6 +322,7 @@ input[type='checkbox'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*320px - 576px*/
|
||||
@media (max-width: 576px) {
|
||||
body {
|
||||
margin: 0;
|
||||
|
@ -27,6 +27,7 @@
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
select[multiple='multiple'] {
|
||||
color: black;
|
||||
background-color: white;
|
||||
|
Reference in New Issue
Block a user