Channel: Fix text color for join button (#4400)
This commit is contained in:
parent
2b8e34abdd
commit
0209cdf9dc
@ -278,7 +278,7 @@
|
|||||||
|
|
||||||
.unpin-all-button {
|
.unpin-all-button {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
color: var(--color-black);
|
color: var(--color-primary);
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -310,7 +310,6 @@
|
|||||||
height: 3.5rem;
|
height: 3.5rem;
|
||||||
transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
transition: transform var(--select-transition), background-color 0.15s, color 0.15s;
|
transition: transform var(--select-transition), background-color 0.15s, color 0.15s;
|
||||||
color: var(--color-primary);
|
|
||||||
|
|
||||||
.select-mode-active + .middle-column-footer & {
|
.select-mode-active + .middle-column-footer & {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -322,6 +321,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.open-chat-button {
|
||||||
|
color: var(--color-primary);
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
margin-left: -0.5rem;
|
margin-left: -0.5rem;
|
||||||
padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
|
padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user