From b90eb0da1488d7c05ffac2561b6a35b70fe02b57 Mon Sep 17 00:00:00 2001
From: Penar Musaraj <pmusaraj@gmail.com>
Date: Mon, 13 Sep 2021 15:09:06 -0400
Subject: [PATCH] Revert "DEV: Define --footer-nav-height css var (#14008)"
 (#14327)

This reverts commit 3119b881aa6c297e3fdb281188a1d1b9a5fcd349.
---
 app/assets/stylesheets/common/components/footer-nav.scss | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app/assets/stylesheets/common/components/footer-nav.scss b/app/assets/stylesheets/common/components/footer-nav.scss
index 194fd4baaf5..71ed2f9af5d 100644
--- a/app/assets/stylesheets/common/components/footer-nav.scss
+++ b/app/assets/stylesheets/common/components/footer-nav.scss
@@ -2,10 +2,7 @@
 // Footer nav bar (displayed in DiscourseHub app and PWAs)
 // --------------------------------------------------
 
-:root {
-  --footer-nav-height: 49px;
-}
-$footer-nav-height: var(--footer-nav-height);
+$footer-nav-height: 49px;
 
 body.footer-nav-visible {
   #main-outlet {