mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
Add progress bar
This commit is contained in:
parent
fffb32dd7c
commit
c74bb0eabe
11 changed files with 273 additions and 28 deletions
|
@ -18,13 +18,6 @@ hr {
|
|||
border-top: 1px solid var(--muted-border);
|
||||
}
|
||||
|
||||
// 1. Add the correct display in Edge 18- and IE
|
||||
// 2. Add the correct vertical alignment in Chrome, Edge, and Firefox
|
||||
progress {
|
||||
display: inline-block; // 1
|
||||
vertical-align: baseline; // 2
|
||||
}
|
||||
|
||||
// Add the correct display in IE 10+
|
||||
[hidden],
|
||||
template {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue