mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-07 06:05:34 +00:00
Fix selectize optgroup separator in dark mode
This commit is contained in:
parent
3fbba0c2f0
commit
81515e3ed2
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin: 9px 0;
|
margin: 9px 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #e5e5e5;
|
background-color: var(--border-color);
|
||||||
margin-left: -12px;
|
margin-left: -12px;
|
||||||
margin-right: -12px;
|
margin-right: -12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue