From db83e389633cc49c52dce3eb04ec310910ae374f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Lente?= Date: Mon, 17 Feb 2025 18:37:04 +0100 Subject: [PATCH] Revert "Fix: Theme milestone progress bar statuses not rendered correctly" This reverts commit a705ab8ab40fa3deea111d62ad0cb6f42672f818. --- public/assets/css/theme-bthree-dark.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/public/assets/css/theme-bthree-dark.css b/public/assets/css/theme-bthree-dark.css index e98f637..e2d647d 100644 --- a/public/assets/css/theme-bthree-dark.css +++ b/public/assets/css/theme-bthree-dark.css @@ -518,24 +518,6 @@ a.ui.primary.label:hover, color: #dbdbeb; } -/* Progress bar. */ -progress { - appearance: none; /* Remove default styling */ - background-color: var(--color-secondary); /* Fallback colour bg (unfilled portion) */ - border: none; /* remove default border */ - - -moz-appearance: none; - -webkit-appearance: none; -} - -progress::-webkit-progress-value { - background-color: var(--color-primary); /* Color of the filled portion */ -} - -progress::-moz-progress-bar { - background-color: var(--color-primary); /* Color of the filled portion */ -} - /* Style Overrides. */ #navbar .dropdown .item { justify-content: flex-start !important;