CSS fixes
This commit is contained in:
parent
e864fac7ce
commit
fdbcb36565
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user