Composer: Fix active voice recording button color on mobile (#2895)
This commit is contained in:
parent
1103f83113
commit
3141423eae
@ -68,11 +68,23 @@
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
&:not(:active):not(:focus):not(:hover) {
|
||||
.icon-send,
|
||||
.icon-schedule,
|
||||
.icon-check {
|
||||
color: var(--color-primary);
|
||||
@media (hover: hover) {
|
||||
&:not(:active):not(:focus):not(:hover) {
|
||||
.icon-send,
|
||||
.icon-schedule,
|
||||
.icon-check {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (hover: none) {
|
||||
&:not(:active):not(:focus) {
|
||||
.icon-send,
|
||||
.icon-schedule,
|
||||
.icon-check {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user