RED-8109: decreased focus shadow size.

This commit is contained in:
Nicoleta Panaghiu 2024-01-17 10:41:36 +02:00
parent bd77067dc7
commit 9ce0ec27ca

View File

@ -265,6 +265,17 @@ iqser-dynamic-input {
width: 14px;
}
button.cdk-focused, button:hover {
span {
&::before {
width: 32px;
height: 32px;
top: 10px;
left: 8px;
}
}
}
.mat-mdc-icon-button svg {
width: unset;
height: unset;