From 270796ffe8b7aabfd435c4f8f8c42b26a24908df Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:29:57 -0500 Subject: [PATCH] Merge pull request #21211 from overleaf/jel-cms-remove-deprecated [web] Removed deprecated CMS list element GitOrigin-RevId: 9d711a2772b9a179c59ea04d6eaadc2313b8987e --- .../stylesheets/components/lists.less | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/services/web/frontend/stylesheets/components/lists.less b/services/web/frontend/stylesheets/components/lists.less index 755941664c..b0e1978d22 100644 --- a/services/web/frontend/stylesheets/components/lists.less +++ b/services/web/frontend/stylesheets/components/lists.less @@ -25,26 +25,3 @@ .list-style-check-green { list-style-image: url('../../../public/img/fa-check-green.svg'); } - -.icon-bullet-list { - @icon-bullet-list-icon-size: 30px; - ul { - list-style: none; - margin-top: 30px; - padding-left: 20px; - } - - &.checked { - li { - background: url('../../../public/img/material-icons/circle-green-24.svg') - no-repeat left top; - background-size: @icon-bullet-list-icon-size @icon-bullet-list-icon-size; - min-height: @icon-bullet-list-icon-size; - margin-bottom: 18px; - padding-left: 42px; - &:first-line { - line-height: @icon-bullet-list-icon-size; - } - } - } -}