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 {
border: none;
background: light-dark(transparent, @dark-blue);
border-radius: 6px;
}
&::-webkit-progress-value {
background: @gradient-stress;
border-radius: 6px;
}
&.stress-color::-webkit-progress-value {
background: @gradient-stress;
border-bottom: none;
border-radius: 6px 6px 0 0;
}
&::-moz-progress-bar {
background: @gradient-stress;
border-radius: 6px;
}
&.stress-color::-moz-progress-bar {
background: @gradient-stress;
border-radius: 6px;
}
}
}