Fixed icon button hover ripple color
This commit is contained in:
parent
957dc404a8
commit
e08e28e095
@ -68,6 +68,13 @@ iqser-icon-button {
|
||||
padding: 0 14px;
|
||||
width: 100%;
|
||||
|
||||
&:hover:not([disabled]) {
|
||||
.mat-mdc-button-persistent-ripple::before {
|
||||
background-color: #000;
|
||||
opacity: 0.04;
|
||||
}
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
--mdc-text-button-disabled-label-text-color: rgba(var(--iqser-text-rgb), 0.3);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user