mirror of https://github.com/zulip/zulip.git
css: Remove unused span selector in scroll to bottom container.
This rule was originally introduced with a span element in
0eafa6039b
but the span has been
since removed.
This commit is contained in:
parent
4e28e1d3ff
commit
90ab7f6287
|
@ -160,10 +160,6 @@
|
||||||
|
|
||||||
#scroll-to-bottom-button-container {
|
#scroll-to-bottom-button-container {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
||||||
& span {
|
|
||||||
color: hsl(0deg 0% 27%);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-view-banner {
|
.main-view-banner {
|
||||||
|
|
Loading…
Reference in New Issue