todolist.component.scss 564 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
::ng-deep{
   
        .dark {
            .ng-select.ng-select-single .ng-select-container {
                    border-color: rgb(255 255 255 / 0.1) !important;
                    background-color: rgb(var(--dark-bg)) !important;
                    color: rgb(255 255 255 / 0.7) !important;
                }
            
                .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
                    background-color: rgb(var(--dark-bg)) !important;
                    color: rgb(255 255 255 / 0.7) !important;
                }
        }
    }