Przeglądaj źródła

Merge pull request #21211 from overleaf/jel-cms-remove-deprecated

[web] Removed deprecated CMS list element

GitOrigin-RevId: 9d711a2772b9a179c59ea04d6eaadc2313b8987e
Jessica Lawshe 1 rok temu
rodzic
commit
270796ffe8

+ 0 - 23
services/web/frontend/stylesheets/components/lists.less

@@ -25,26 +25,3 @@
 .list-style-check-green {
 .list-style-check-green {
   list-style-image: url('../../../public/img/fa-check-green.svg');
   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;
-      }
-    }
-  }
-}