Commit f22e7d85 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #13953: Remove the progress bar min-width styles for low percentages to...

Fixes #13953: Remove the progress bar min-width styles for low percentages to avoid jumping progress
parent 0378a6be
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 2 additions and 15 deletions
+2 -15
...@@ -4763,10 +4763,6 @@ a.thumbnail.active { ...@@ -4763,10 +4763,6 @@ a.thumbnail.active {
-o-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;
} }
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
.progress-bar[aria-valuenow="0"] { .progress-bar[aria-valuenow="0"] {
min-width: 30px; min-width: 30px;
color: #777; color: #777;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4763,10 +4763,6 @@ a.thumbnail.active { ...@@ -4763,10 +4763,6 @@ a.thumbnail.active {
-o-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;
} }
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
.progress-bar[aria-valuenow="0"] { .progress-bar[aria-valuenow="0"] {
min-width: 30px; min-width: 30px;
color: #777; color: #777;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -69,11 +69,6 @@ ...@@ -69,11 +69,6 @@
// Account for lower percentages // Account for lower percentages
.progress-bar { .progress-bar {
&[aria-valuenow="1"],
&[aria-valuenow="2"] {
min-width: 30px;
}
&[aria-valuenow="0"] { &[aria-valuenow="0"] {
color: @gray-light; color: @gray-light;
min-width: 30px; min-width: 30px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment