aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
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 {