Compare commits
No commits in common. "e76030588c1ed0667661fbeafc85c68633595b4d" and "e148e61d49da6957e618e4f4f335f9d0340d4465" have entirely different histories.
e76030588c
...
e148e61d49
2 changed files with 4 additions and 10 deletions
|
|
@ -373,9 +373,7 @@ export default function HeroBar({
|
||||||
style={{
|
style={{
|
||||||
fontSize: "9px",
|
fontSize: "9px",
|
||||||
letterSpacing: ".5px",
|
letterSpacing: ".5px",
|
||||||
// body2 (not muted2): муть на badgeTint давала 2.3:1 < AA;
|
color: tokens.muted2,
|
||||||
// body2 на badgeTint ≈ 6.3:1 — читаемо, остаётся «приглушённым».
|
|
||||||
color: tokens.body2,
|
|
||||||
background: tokens.badgeTint,
|
background: tokens.badgeTint,
|
||||||
border: `1px solid ${tokens.line2}`,
|
border: `1px solid ${tokens.line2}`,
|
||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
|
|
|
||||||
|
|
@ -71,11 +71,6 @@ export function LocationDrawer({ open, onClose }: LocationDrawerProps) {
|
||||||
|
|
||||||
{/* drawer */}
|
{/* drawer */}
|
||||||
<div
|
<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={{
|
style={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 0,
|
top: 0,
|
||||||
|
|
@ -201,8 +196,9 @@ export function LocationDrawer({ open, onClose }: LocationDrawerProps) {
|
||||||
<b style={{ color: tokens.ink2 }}>
|
<b style={{ color: tokens.ink2 }}>
|
||||||
рекомендованная цена в объявлении
|
рекомендованная цена в объявлении
|
||||||
</b>{" "}
|
</b>{" "}
|
||||||
(asking), <b style={{ color: tokens.ink2 }}>ожидаемая цена сделки</b>{" "}
|
(asking),{" "}
|
||||||
(asking − торг по ДКП),{" "}
|
<b style={{ color: tokens.ink2 }}>ожидаемая цена сделки</b> (asking −
|
||||||
|
торг по ДКП),{" "}
|
||||||
<b style={{ color: tokens.ink2 }}>ДКП·Росреестр</b> (фактические
|
<b style={{ color: tokens.ink2 }}>ДКП·Росреестр</b> (фактические
|
||||||
сделки). CV — коэффициент вариации выборки (разброс цен).
|
сделки). CV — коэффициент вариации выборки (разброс цен).
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue