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:
evykassirer 2024-07-25 11:48:49 -07:00 committed by Tim Abbott
parent 4e28e1d3ff
commit 90ab7f6287
1 changed files with 0 additions and 4 deletions

View File

@ -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 {