fix(informations-produit) affiche les liens en souligné
This commit is contained in:
parent
03e930cff2
commit
b63ebaebfe
5 changed files with 12 additions and 7 deletions
|
|
@ -848,8 +848,11 @@ body:has(#menu-mobile:not([aria-hidden=true])) {
|
|||
list-style: disc;
|
||||
list-style-position: inside;
|
||||
}
|
||||
.informations-produit .onglets-details-produit > section a {
|
||||
text-decoration-color: var(--couleur-noir);
|
||||
}
|
||||
.informations-produit .onglets-details-produit > section > * + * {
|
||||
margin-top: 1lh;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
.informations-produit .onglets-details-produit > ul {
|
||||
display: grid;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -82,8 +82,12 @@
|
|||
list-style-position: inside;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration-color: var(--couleur-noir);
|
||||
}
|
||||
|
||||
> * + * {
|
||||
margin-top: 1lh;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -129,8 +133,6 @@
|
|||
}
|
||||
|
||||
&:has(section:not([hidden])) {
|
||||
// grid-template-rows: 12lh min-content;
|
||||
|
||||
> ul li a:not([aria-selected="true"]) {
|
||||
border-top-color: var(--couleur-noir);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue