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;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(:active):not(:focus):not(:hover) {
|
@media (hover: hover) {
|
||||||
.icon-send,
|
&:not(:active):not(:focus):not(:hover) {
|
||||||
.icon-schedule,
|
.icon-send,
|
||||||
.icon-check {
|
.icon-schedule,
|
||||||
color: var(--color-primary);
|
.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