mirror of https://github.com/zulip/zulip.git
css: Use color-animated-button-text instead of span selector.
(cherry picked from commit 952ca6ae3c
)
This commit is contained in:
parent
823f32454a
commit
81502f28d1
|
@ -702,7 +702,7 @@ div.overlay {
|
||||||
color: hsl(0deg 0% 0%);
|
color: hsl(0deg 0% 0%);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
& span {
|
.color-animated-button-text {
|
||||||
color: hsl(0deg 0% 0%);
|
color: hsl(0deg 0% 0%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -711,7 +711,7 @@ div.overlay {
|
||||||
background-color: hsl(240deg 96% 68%);
|
background-color: hsl(240deg 96% 68%);
|
||||||
color: hsl(0deg 0% 100%);
|
color: hsl(0deg 0% 100%);
|
||||||
|
|
||||||
& span {
|
.color-animated-button-text {
|
||||||
color: hsl(0deg 0% 100%);
|
color: hsl(0deg 0% 100%);
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue