aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-05-25 18:49:48 +0200
committerGuilhem Moulin <guilhem@fripost.org>2026-05-25 19:06:04 +0200
commit836567d33e6296061ef15db4701ff6816f2adb28 (patch)
tree1f8113aa771eb36874ca20562c27ac28ebd4cb10 /style.css
parent60adf658bc749fdd99d3e7889e63163456a6b669 (diff)
Upgrade @eslint/css to 1.2.x.HEADmaster
And adjust `eslint-disable-line` directive accordingly in style.css.
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
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 {