From 98d04351676ca6a582fcb2f025fada844a07ee04 Mon Sep 17 00:00:00 2001 From: Yagnesh Nayi <127923546+Yagnesh1998@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:49:59 +0530 Subject: [PATCH] feat: remove askbot changes in depr216 (#33408) * feat: remove askbot changes in depr216 * feat: update cms test.py * feat: update cms test.py --- cms/envs/test.py | 3 +-- lms/static/sass/course/base/_extends.scss | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cms/envs/test.py b/cms/envs/test.py index ebaaf09171f8..e7be26b73c0e 100644 --- a/cms/envs/test.py +++ b/cms/envs/test.py @@ -142,8 +142,7 @@ DISCUSSIONS_MICROFRONTEND_URL = "http://discussions-mfe" CACHES = { - # This is the cache used for most things. Askbot will not work without a - # functioning cache -- it relies on caching to load its settings in places. + # This is the cache used for most things. # In staging/prod envs, the sessions also live here. 'default': { 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', diff --git a/lms/static/sass/course/base/_extends.scss b/lms/static/sass/course/base/_extends.scss index b1f3f96c3b6e..72d2eedf4434 100644 --- a/lms/static/sass/course/base/_extends.scss +++ b/lms/static/sass/course/base/_extends.scss @@ -30,7 +30,7 @@ h1.top-header { } .light-button, -a.light-button, // only used in askbot as classes +a.light-button, .gray-button { @include simple($gray-l5);