diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-05-25 18:49:48 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-05-25 19:06:04 +0200 |
| commit | 836567d33e6296061ef15db4701ff6816f2adb28 (patch) | |
| tree | 1f8113aa771eb36874ca20562c27ac28ebd4cb10 /style.css | |
| parent | 60adf658bc749fdd99d3e7889e63163456a6b669 (diff) | |
And adjust `eslint-disable-line` directive accordingly in style.css.
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |
