Compare commits

..

No commits in common. "e76030588c1ed0667661fbeafc85c68633595b4d" and "e148e61d49da6957e618e4f4f335f9d0340d4465" have entirely different histories.

2 changed files with 4 additions and 10 deletions

View file

@ -373,9 +373,7 @@ export default function HeroBar({
style={{
fontSize: "9px",
letterSpacing: ".5px",
// body2 (not muted2): муть на badgeTint давала 2.3:1 < AA;
// body2 на badgeTint ≈ 6.3:1 — читаемо, остаётся «приглушённым».
color: tokens.body2,
color: tokens.muted2,
background: tokens.badgeTint,
border: `1px solid ${tokens.line2}`,
borderRadius: 10,

View file

@ -71,11 +71,6 @@ export function LocationDrawer({ open, onClose }: LocationDrawerProps) {
{/* drawer */}
<div
// Off-canvas when closed → keep it out of the a11y tree so it isn't
// flagged as content outside a landmark (axe "region"). No native
// focusable elements inside (close is a div), so aria-hidden is safe.
// Full dialog semantics (role=dialog/focus-trap/inert) land in P3.
aria-hidden={!open}
style={{
position: "absolute",
top: 0,
@ -201,8 +196,9 @@ export function LocationDrawer({ open, onClose }: LocationDrawerProps) {
<b style={{ color: tokens.ink2 }}>
рекомендованная цена в объявлении
</b>{" "}
(asking), <b style={{ color: tokens.ink2 }}>ожидаемая цена сделки</b>{" "}
(asking торг по ДКП),{" "}
(asking),{" "}
<b style={{ color: tokens.ink2 }}>ожидаемая цена сделки</b> (asking
торг по ДКП),{" "}
<b style={{ color: tokens.ink2 }}>ДКП·Росреестр</b> (фактические
сделки). CV коэффициент вариации выборки (разброс цен).
</div>