improve css dark mode for combobox

This commit is contained in:
Lisa Durand 2023-11-14 10:48:41 +01:00
parent 84cd5daf9c
commit 7c7f9113d2
3 changed files with 10 additions and 2 deletions

View file

@ -623,6 +623,16 @@
outline-color: $light-blue;
}
[data-fr-theme="dark"]
[data-reach-combobox-popover] {
border: none;
background: var(--background-action-low-blue-france);
}
[data-fr-theme="dark"]
[data-reach-combobox-option]:hover {
background: var(--background-action-low-blue-france-hover);
}
[data-reach-combobox-popover] {
z-index: 20;
}

View file

@ -49,7 +49,6 @@
.stats-legend {
font-size: 12px;
color: $dark-grey;
}
}

View file

@ -56,7 +56,6 @@
[data-reach-combobox-token] button {
border: solid 1px $border-grey;
color: $black;
margin: 0.25 * $default-padding;
border-radius: 2px;
padding: 0.25 * $default-padding;