mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
style: progress bar transition
This commit is contained in:
parent
694a21b16f
commit
6c80b87a80
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@
|
|||
|
||||
&[value]::-webkit-progress-value {
|
||||
background-color: var(#{$✨}progress-color);
|
||||
|
||||
@if $enable-transitions {
|
||||
transition: inline-size var(#{$✨}transition);
|
||||
}
|
||||
}
|
||||
|
||||
&::-moz-progress-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue