Skip to content

Commit

Permalink
fix :Disabling transition effects on the circular progress bar for fi…
Browse files Browse the repository at this point in the history
…le uploads - EXO-5947
  • Loading branch information
sofyenne committed Sep 14, 2023
1 parent 463f25a commit f23dd97
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
.attachmentsAppDrawer {
.drawerContent {
.uploadedFiles {
.fileProgress {
.v-progress-circular__overlay {
transition: none;
}
}
.no-files-attached {
.uiIconCloseCircled {
color: @greyColorDefault !important;
Expand Down

0 comments on commit f23dd97

Please sign in to comment.