diff --git a/frontend/src/styles/geointel-system.css b/frontend/src/styles/geointel-system.css index 9aa66780..21ac75f3 100644 --- a/frontend/src/styles/geointel-system.css +++ b/frontend/src/styles/geointel-system.css @@ -1766,6 +1766,10 @@ button.overview-command-card { cursor: pointer; } background: var(--gi-brand-700) !important; } +.geo-results-toggle:active:not(:disabled) { + transform: translateY(calc(-50% + 1px)); +} + .geo-results-toggle-open { right: clamp(23rem, 25vw, 28rem); }