【问题标题】:Mat radio button ripple effect animation fade outMat单选按钮波纹效果动画淡出
【发布时间】:2020-09-13 18:54:43
【问题描述】:

我正在使用 angular material 8 并且我正在使用 mat-radio 按钮。我能够覆盖单选按钮和动画的颜色。但是当我单击另一个单选按钮时,现有的单选按钮淡出动画仍然是粉红色的。我尝试了几个课程来 ovveride 但没有成功

::ng-deep .mat-radio-button.mat-accent .mat-radio-ripple  {
  opacity: 0;
  background-color: #5d6469;
}

【问题讨论】:

    标签: angular angular-material angular-material-8


    【解决方案1】:

    可能是一种解决方法,但您可以尝试“background-color: #336699;!important”。

    也许自定义 css 类可以解决这个问题,因为您不需要使用 "!important" 和/或 ::ng-deep 声明

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-07-21
      • 1970-01-01
      • 2021-06-26
      • 1970-01-01
      • 2018-04-08
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多