Skip to content

Commit

Permalink
move loader image in libs
Browse files Browse the repository at this point in the history
  • Loading branch information
celineung committed Oct 1, 2024
1 parent 9c36bd8 commit 56c06b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
height: 5rem;
animation: rotate 2s linear infinite;
// Fix flickering of spinner as mask-image on Firefox
background: url(./node_modules/@codegouvfr/react-dsfr/dsfr/icons/system/refresh-line.svg);
background: url(./refresh-line.svg);
background-size: cover;
filter: invert(12%) sepia(76%) saturate(5227%) hue-rotate(242deg)
brightness(66%) contrast(137%); // match blue-france-sun-113-625
filter: invert(12%) sepia(76%) saturate(5227%) hue-rotate(242deg) brightness(66%) contrast(137%); // match blue-france-sun-113-625
html[data-fr-theme="dark"] & {
filter: invert(90%);
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56c06b6

Please sign in to comment.