From 8887d8fc1e74cbfa9d3f05e87bba0832f99fd143 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 17 Aug 2021 12:15:29 +0530 Subject: [PATCH] remove dead code --- www/form/app-form.less | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 1621e735d..06b1c331e 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -74,47 +74,6 @@ height: 200px; } -/* - table.cp-chart-table { - - --color: @colortheme_apps[pad]; - margin-top: 2em; - margin-right: auto; - min-width: 400px; - padding-bottom: 2rem; - width: min-content; - - tr { - min-height: 200px; - min-width: max-content; - position: relative; - } - - td { - margin: 1px; - min-width: 20px; - max-width: 30px; - border: 1px solid @cryptpad_color_brand_fadest; - } - - th { - position: absolute; - bottom: -1.5rem; - left: 50%; - transform: translateX(-50%); - } - - tr:not(:first-of-type):not(:last-of-type):not(:nth-of-type(5n+1)) { - th { - visibility: hidden; - } - } - .cp-bar:not(:hover) { - color: transparent; - } - } -*/ - .cp-form-input-block { display: flex; }