mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
Add uppy--hidden class
This commit removes .uppy-StatusBar.is-hidden and adds a common class .uppy--hidden
This commit is contained in:
parent
d8958264a8
commit
efda3ba96e
2 changed files with 4 additions and 4 deletions
|
|
@ -18,6 +18,10 @@
|
|||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
.uppy--hidden {
|
||||
display: none
|
||||
}
|
||||
|
||||
// https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
|
||||
|
||||
.UppyIcon {
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@
|
|||
height: 0;
|
||||
}
|
||||
|
||||
.uppy-StatusBar.is-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
|
||||
background-color: $color-green;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue