parent
2c453fd229
commit
d75fe8b05e
@ -131,6 +131,10 @@ details[role="list"] summary + ul li.selected>a:hover {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:focus, ::selection {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.developpe, .non-developpe {
|
.developpe, .non-developpe {
|
||||||
background: var(--primary-focus);
|
background: var(--primary-focus);
|
||||||
color: var(--contrast);
|
color: var(--contrast);
|
||||||
@ -143,6 +147,9 @@ details[role="list"] summary + ul li.selected>a:hover {
|
|||||||
}
|
}
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: .1em 0;
|
margin: .1em 0;
|
||||||
|
span {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.non-developpe {
|
.non-developpe {
|
||||||
background: none;
|
background: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user