Revert "Fix: Theme milestone progress bar statuses not rendered correctly"

This reverts commit a705ab8ab4.
This commit is contained in:
Márton Lente
2025-02-17 18:37:04 +01:00
parent a60d4f1b7e
commit a088c9e2b6

View File

@@ -518,24 +518,6 @@ a.ui.primary.label:hover,
color: #dbdbeb; 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. */ /* Style Overrides. */
#navbar .dropdown .item { #navbar .dropdown .item {
justify-content: flex-start !important; justify-content: flex-start !important;