【发布时间】:2021-12-05 19:11:58
【问题描述】:
我正在做一个项目。从垫子单选按钮中删除悬停颜色是项目的要求。我尝试了很多东西,但对我没有任何效果。我目前的样式如下:
::ng-deep .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
opacity: 0.5 !important; /*click effect color change*/
background-color: transparent !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*/
}
我花了很多时间。如果有人知道谁来解决它,请告诉我。谢谢
【问题讨论】:
标签: angular angular-material radio-button hover