css - Progress bar has a border by default in the Edge browser -
i have issue progress bar in edge (version 25.10586.672.0). default, progress bar i've implemented has border on it. there no border default in neither chrome nor firefox. can remove no problem setting css property border none, there still divider line bar being filled (i.e. if bar filled halfway, there little line between filled in section , unfilled section) not go away setting border none.
i curious if there particular css property need modify this, or perhaps there's underlying reason why there border being set in edge me? in advance!
the reason internet explorer , microsoft edge use special css selectors. in codepen can see working example.
the important css selector is:
progress.with-border-fix::-ms-fill { border-color: currentcolor; }
Comments
Post a Comment