Horje
mat radio button color Code Example
mat radio button color
::ng-deep .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
	opacity: 0.5 !important;     /*click effect color change*/
	background-color: blue !important;
}

::ng-deep .mat-radio-button.mat-accent .mat-radio-inner-circle {
	background-color: blue!important;   /*inner circle color change*/
}

::ng-deep.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
	border-color:blue!important; /*outer ring color change*/
}




Css

Related
css not last child Code Example css not last child Code Example
css selector every child except last Code Example css selector every child except last Code Example
make an anchor tag inactive Code Example make an anchor tag inactive Code Example
break sentence css Code Example break sentence css Code Example
stop the client from scrolling Code Example stop the client from scrolling Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12