From 836567d33e6296061ef15db4701ff6816f2adb28 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 25 May 2026 18:49:48 +0200 Subject: Upgrade @eslint/css to 1.2.x. And adjust `eslint-disable-line` directive accordingly in style.css. --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 794ce89..4d5e887 100644 --- a/style.css +++ b/style.css @@ -390,7 +390,7 @@ body.inprogress { } #help-body { padding: var(--modal-info-padding-y) var(--modal-info-padding-x); - hyphens: auto; /* eslint-disable-line css/use-baseline */ + hyphens: auto; } #help-body .popover-header { -webkit-user-select: inherit; @@ -570,7 +570,7 @@ body.inprogress { } #age-filter-modal .btn-group > .btn-check:not(:checked) + label.btn:hover, #measure-panel .btn-group > .btn-check:not(:checked) + label.btn:hover { - background: color-mix(in srgb, var(--bs-btn-bg) 35%, var(--bs-btn-hover-bg)); /* eslint-disable-line css/use-baseline */ + background: color-mix(in srgb, var(--bs-btn-bg) 35%, var(--bs-btn-hover-bg)); color: var(--bs-btn-hover-color); } #measure-panel .measure-value { -- cgit v1.2.3