Add cancel on escape for whitelist input

This commit is contained in:
hensm
2022-06-04 04:35:57 +01:00
parent 967b0deee1
commit c6d32293de
2 changed files with 34 additions and 8 deletions

View File

@@ -352,7 +352,7 @@ button.ghost:not(:hover) {
padding: 0 10px;
}
.whitelist__item:nth-child(odd) {
.whitelist__item:nth-child(even) {
background-color: rgba(0, 0, 0, 0.05);
}
@@ -391,7 +391,7 @@ button.ghost:not(:hover) {
@media (prefers-color-scheme: dark) {
.whitelist__item:nth-child(odd) {
.whitelist__item:nth-child(even) {
background-color: rgba(255, 255, 255, 0.05);
}
}