chore: added background styling to progress bar in edge

This commit is contained in:
Travis Lane
2024-12-27 17:01:49 -05:00
committed by GitHub
parent 022552d620
commit 80e01f6494

View File

@@ -1243,12 +1243,13 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
}
progress::-moz-progress-bar,
progress::-webkit-progress-value {
::-webkit-progress-value {
background: var(--btnSubmitBorderColor) !important;
border-radius: var(--smallRadius) inherit var(--smallRadius) 0;
}
progress {
progress,
::-webkit-progress-bar {
background: var(--hoverGradient) !important;
border: solid var(--lighterBorderColor) var(--borderWidth) !important;
border-radius: var(--smallRadius);