mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fixes #18658: no more min-width action on progress bars. we had them in v3 and ended up removing them for additional problems it caused folks.
This commit is contained in:
parent
8c85934621
commit
d46c7ef565
1 changed files with 0 additions and 12 deletions
|
|
@ -46,12 +46,6 @@
|
|||
border-bottom-left-radius: $border-radius;
|
||||
}
|
||||
// Tweaks for empty progress bar
|
||||
.progress[value="0"]::-moz-progress-bar {
|
||||
min-width: 2rem;
|
||||
color: $gray-light;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
// Tweaks for full progress bar
|
||||
.progress[value="100"]::-moz-progress-bar {
|
||||
border-top-right-radius: $border-radius;
|
||||
|
|
@ -90,12 +84,6 @@ base::-moz-progress-bar, // Absurd-but-syntactically-valid selector to make thes
|
|||
border-top-left-radius: $border-radius;
|
||||
border-bottom-left-radius: $border-radius;
|
||||
}
|
||||
.progress[width^="0"] {
|
||||
min-width: 2rem;
|
||||
color: $gray-light;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
.progress[width="100%"] {
|
||||
border-top-right-radius: $border-radius;
|
||||
border-bottom-right-radius: $border-radius;
|
||||
|
|
|
|||
Loading…
Reference in a new issue