Update some UI components to polish the frontend

This commit is contained in:
Keavon Chambers
2025-02-21 12:58:05 -08:00
parent 0004bbb14b
commit 2c88bee0ee
12 changed files with 40 additions and 23 deletions
@@ -739,10 +739,6 @@
// An outline can appear when pressing the arrow button with left click then hitting Escape, so this stops that from showing
outline: none;
&:hover {
background: var(--color-4-dimgray);
}
&.right {
right: 0;
padding-left: 7px;
@@ -774,6 +770,18 @@
border-color: transparent var(--color-e-nearwhite) transparent transparent;
}
}
&:hover {
background: var(--color-4-dimgray);
&::before {
border-color: transparent transparent transparent var(--color-f-white);
}
&::after {
border-color: transparent var(--color-f-white) transparent transparent;
}
}
}
}