From 1c265dbaf45bc04ab284537451c03c8af3a43c67 Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Tue, 9 Apr 2024 08:25:55 +0200 Subject: [PATCH] chore: remove commented out css rules --- resources/less/forum.less | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/less/forum.less b/resources/less/forum.less index 54909e23..5934ee61 100755 --- a/resources/less/forum.less +++ b/resources/less/forum.less @@ -491,9 +491,6 @@ display: flex; position: relative; padding: 10px; - // border-color: var(--poll-option-color); - // border-width: 1px; - // border-style: solid; background: var(--body-bg); border-radius: 4px; cursor: pointer; @@ -508,9 +505,6 @@ flex-direction: row; position: relative; padding: 10px; - // border-color: var(--poll-option-color); - // border-width: 1px; - // border-style: solid; border-radius: 4px; progress {