Replace 'Ajouter à mes favoris' by 'Ajouter aux favoris' #1
This commit is contained in:
parent
0fad9cf1d2
commit
9728af65ac
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ figure:hover .favorite {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.favorite[aria-pressed="false"]:hover::before {
|
.favorite[aria-pressed="false"]:hover::before {
|
||||||
content: "Ajouter dans mes favoris";
|
content: "Ajouter aux favoris";
|
||||||
background: var(--color-background);
|
background: var(--color-background);
|
||||||
padding: 1.3rem 3.5rem 1.25rem 1rem;
|
padding: 1.3rem 3.5rem 1.25rem 1rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue