From e47890a37df7e558854a29cd195366b302398ade Mon Sep 17 00:00:00 2001 From: anubhajoshi Date: Sun, 13 Oct 2024 12:00:17 -0400 Subject: [PATCH] remove commented out code --- app/assets/stylesheets/common/_markus.scss | 56 ---------------------- 1 file changed, 56 deletions(-) diff --git a/app/assets/stylesheets/common/_markus.scss b/app/assets/stylesheets/common/_markus.scss index 875faa377f..ecbd0cbd81 100644 --- a/app/assets/stylesheets/common/_markus.scss +++ b/app/assets/stylesheets/common/_markus.scss @@ -663,62 +663,6 @@ kbd { } // Sortable lists - -// .sortable { -// header { -// border-bottom: 1px solid $primary-two; -// border-radius: $radius $radius 0 0; -// font-weight: 600; -// padding: 0.5em; -// text-align: left; -// text-transform: uppercase; -// } - -// .right { -// min-height: 33%; -// min-width: 16%; -// } - -// .left { -// float: left; -// min-height: 33%; -// min-width: 55%; -// } - -// .center { -// display: inline-block; -// min-height: 33%; -// min-width: 27%; -// } - -// ul { -// margin: 0; -// padding: 0; - -// li { -// border-top: 1px solid $line; -// list-style: none; -// min-height: 2.5em; -// padding: 0.5em; -// transition: background-color $time-quick; -// position: relative; - -// &:hover { -// background-color: $background-support; -// } - -// &:last-child { -// border-radius: 0 0 $radius $radius; -// } - -// &.new { -// background: none; -// } - -// } -// } -// } - .sorted-list { header { border-bottom: 1px solid $primary-two;