Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

318
Vistas
Angular Material2 md-checkbox border color

I am using Angular Material 2 and I am trying to apply css on md-checkbox. So far I managed to change background color, but there is no documentation on how to apply on border color.

My code for height-width:

:host /deep/ .mat-checkbox-inner-container{
     height:15px;
     width:15px; 
}

code for background color on check:

 :host /deep/  .mat-checkbox-checked .mat-checkbox-background {
    background-color: #72addc;
} 

but still cannot apply on border color.

Any help is welcome!

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

For Angular 5+ version

/deep/ .mat-checkbox-frame { 
    border-color: grey 
}

You can learn more about styling components here https://angular.io/guide/component-styles

over 4 years ago · Santiago Trujillo Denunciar

0

For Angular 8

::ng-deep .mat-checkbox-frame {
  border-color: white
}
over 4 years ago · Santiago Trujillo Denunciar

0

I like to add that "/deep/" is deprecated Now. [from version 8] use "::ng-deep" instead of "/deep/"

First time I removed ":host" but after removing it did not work properly. So I added it again.

CSS Using for Border Color:

:host ::ng-deep .mat-checkbox-frame { 
    border-color: white 
}

CSS Using for Background color change:

:host ::ng-deep  .mat-checkbox-checked .mat-checkbox-background {
    background-color: #01ADE4;
} 
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda