Pre-refactor checkpoint
This commit is contained in:
@@ -34,6 +34,8 @@
|
||||
|
||||
document.addEventListener("keydown", function (event) {
|
||||
if (event.key === "Escape") {
|
||||
const drawer = document.getElementById("site-drawer");
|
||||
if (drawer) drawer.checked = false;
|
||||
closeOverlay();
|
||||
}
|
||||
});
|
||||
|
||||
@@ -6,6 +6,17 @@ body {
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
.form-select {
|
||||
appearance: none;
|
||||
border-radius: 0;
|
||||
min-height: 50px;
|
||||
background-image: linear-gradient(45deg, transparent 50%, #525252 50%), linear-gradient(135deg, #525252 50%, transparent 50%);
|
||||
background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px;
|
||||
background-size: 6px 6px, 6px 6px;
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 2.75rem;
|
||||
}
|
||||
|
||||
[data-site-header].is-compact {
|
||||
padding-top: 0.85rem;
|
||||
padding-bottom: 0.85rem;
|
||||
|
||||
Reference in New Issue
Block a user