mirror of https://github.com/zulip/zulip.git
Revert "recent_topics: Change background color in dark mode on hover on a row."
This reverts commit 4ee37244bb
.
This was not found to be uniformly agreed as an improvement.
This commit is contained in:
parent
8ef4ee6845
commit
097066f412
|
@ -693,7 +693,7 @@
|
||||||
background-color: var(--color-background);
|
background-color: var(--color-background);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-background-active-narrow-filter);
|
background-color: hsl(208deg 26% 11% / 60%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -701,7 +701,7 @@
|
||||||
background-color: hsl(212deg 30% 22% / 40%);
|
background-color: hsl(212deg 30% 22% / 40%);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-background-active-narrow-filter);
|
background-color: hsl(212deg 30% 22% / 60%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue