CSS fixes

This commit is contained in:
Adina Țeudan 2021-10-18 17:19:18 +03:00
parent e864fac7ce
commit fdbcb36565

View File

@ -64,7 +64,7 @@ iqser-circle-button {
background: rgba(var(--iqser-primary-rgb), 0.1);
}
&:not(.overlay):not(.mat-button-disabled):hover {
&:not(.overlay):not(.mat-button-disabled):not(.primary):hover {
background-color: var(--iqser-btn-bg);
}
@ -85,12 +85,12 @@ iqser-circle-button {
.dot {
background: var(--iqser-primary);
height: 10px;
width: 10px;
height: 8px;
width: 8px;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
top: 1px;
left: 1px;
}
}