Skip to content

Commit

Permalink
XWIKI-22501: Attachment progress info is lacking contrast (#3534)
Browse files Browse the repository at this point in the history
* Removed the opacity that was here without a specific good reason. This solves the contrast issue and AFAIK wasn't necessary for anything
* Added a border radius to improve consistency of the skin style since `XWIKI-21334: Uniformize the rounded edges of visual elements`
  • Loading branch information
Sereza7 authored Oct 11, 2024
1 parent efb1435 commit 50e339b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
position: relative;
padding: .3em 1em .3em 22px;
background: $theme.highlightColor none 2px .8em no-repeat;
border-radius: 7px; /* Same value as @border-radius-base from Flamingo. */
margin: .5em 0;
clear: both;
display: flex;
Expand Down Expand Up @@ -46,7 +47,6 @@
}
.progress-info {
flex-basis: 100%;
opacity: 0.5;
}
.upload-inprogress .progress-info {
opacity: 1;
Expand Down

0 comments on commit 50e339b

Please sign in to comment.