fix styling issue on firefix

This commit is contained in:
psitacus 2025-07-14 22:13:20 -06:00
parent b1fcf89bd6
commit c681251b2a

View file

@ -259,24 +259,23 @@
&::-webkit-progress-bar { &::-webkit-progress-bar {
border: none; border: none;
background: light-dark(transparent, @dark-blue); background: light-dark(transparent, @dark-blue);
border-radius: 6px;
} }
&::-webkit-progress-value { &::-webkit-progress-value {
background: @gradient-stress; background: @gradient-stress;
border-radius: 6px;
} }
&.stress-color::-webkit-progress-value { &.stress-color::-webkit-progress-value {
background: @gradient-stress; background: @gradient-stress;
border-bottom: none;
border-radius: 6px 6px 0 0;
} }
&::-moz-progress-bar { &::-moz-progress-bar {
background: @gradient-stress; background: @gradient-stress;
border-radius: 6px;
} }
&.stress-color::-moz-progress-bar { &.stress-color::-moz-progress-bar {
background: @gradient-stress; background: @gradient-stress;
border-radius: 6px;
} }
} }
} }