From 2dab8682d95740cd3b5f36955299d3ce856e4327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 6 Jun 2024 16:24:27 +0200 Subject: [PATCH] Remove unused CSS in legislation This code using the legislation-categories HTML class was removed in commits d679c1eb7 and ff66909cd. We've noticed is while dealing with the `.menu.simple` selectors in the previous commit. --- app/assets/stylesheets/legislation.scss | 40 ------------------------- 1 file changed, 40 deletions(-) diff --git a/app/assets/stylesheets/legislation.scss b/app/assets/stylesheets/legislation.scss index 6a9c728cf..ca79067a0 100644 --- a/app/assets/stylesheets/legislation.scss +++ b/app/assets/stylesheets/legislation.scss @@ -1,43 +1,3 @@ -// Table of Contents -// -// 01. Sidebar menu -// 02. Legislation cards -// - -// 01. Sidebar menu -// ----------------- -.legislation-categories { - - .menu.simple { - border-bottom: 0; - list-style: none; - padding-left: 0; - margin-left: 0; - margin-top: 0; - - @include breakpoint(medium) { - margin: 1.5rem 0; - } - - li { - display: block; - cursor: pointer; - margin-bottom: 1rem; - - @include breakpoint(medium) { - margin-bottom: 2rem; - max-width: 80%; - } - - &.is-active { - font-weight: 700; - } - } - } -} - -// 02. Legislation cards -// ----------------- .legislation { margin: 0 0 $line-height; border: 1px solid;