fix: corrige divers oublis

This commit is contained in:
gcch 2024-10-31 18:19:04 +01:00
commit a9c2f9bde6
7 changed files with 7 additions and 3 deletions

View file

@ -18,6 +18,7 @@ $informations_produits = wc_get_products([
"limit" => 12,
"order" => "DESC",
"orderby" => "date",
"status" => "publish",
]);
/** @var InformationsProduitShop $produits Les informations strictement nécessaires pour la grille des Produits. */
$produits = array_map(callback: "recupere_informations_produit_shop", array: $informations_produits);

View file

@ -271,7 +271,7 @@ img {
a {
/* Couleurs */
--lien-contour-couleur-focus: var(--couleur-noir); /* 1 */
text-decoration: underline solid; /* 1 */
text-decoration: underline; /* 1 */
text-decoration-color: transparent; /* 1 */
text-decoration-skip-ink: auto; /* 1 */
outline: 1px solid transparent; /* 2 */

File diff suppressed because one or more lines are too long

View file

@ -162,6 +162,7 @@ function recupere_produits_meme_collection($slug_collection) {
"limit" => 4,
"order" => "DESC",
"orderby" => "date",
"status" => "publish",
"tax_query" => [
[
"taxonomy" => "collection",

View file

@ -9,7 +9,7 @@ a {
/* Couleurs */
--lien-contour-couleur-focus: var(--couleur-noir); /* 1 */
text-decoration: underline solid; /* 1 */
text-decoration: underline; /* 1 */
text-decoration-color: transparent; /* 1 */
text-decoration-skip-ink: auto; /* 1 */
outline: 1px solid transparent; /* 2 */

View file

@ -19,6 +19,7 @@ $informations_produits = wc_get_products([
"limit" => 12,
"order" => "DESC",
"orderby" => "date",
"status" => "publish",
]);
/** @var InformationsProduitShop $produits Les informations strictement nécessaires pour la grille des Produits. */
$produits = array_map(callback: "recupere_informations_produit_shop", array: $informations_produits);

View file

@ -21,7 +21,7 @@
<img
alt="{{ alt }}"
decoding="async"
decoding="sync"
height="{{ height }}"
loading="eager"
src="{{ rel_url }}.jpg"