diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2026-03-07 17:39:56 +0100 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2026-03-07 17:40:05 +0100 |
| commit | 9f4d92b42c909725cfeed624dc5a49b1b76ae825 (patch) | |
| tree | 3f8f48621e29b16f2aba87e5ec7436959cd50775 | |
| parent | d6ffa32a3024de6ca7ada7cb52f37d66c8995d20 (diff) | |
| -rw-r--r-- | style.css | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -155,7 +155,7 @@ body.inprogress { .ol-control { background: none; border: none; - outline: none; /* eslint-disable-line css/use-baseline */ + outline: none; } .ol-control button.btn, #help-body button.btn.help-button { --bs-btn-padding-x: 0.5rem; @@ -179,7 +179,7 @@ body.inprogress { color: var(--bs-btn-color); background-color: var(--bs-btn-bg); border-color: var(--bs-btn-border-color); - outline: none; /* eslint-disable-line css/use-baseline */ + outline: none; } .ol-control button.btn:hover, .ol-control button.btn:focus-visible { @@ -187,7 +187,7 @@ body.inprogress { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); - outline: none; /* eslint-disable-line css/use-baseline */ + outline: none; } .btn-light, .btn-dark { --bs-btn-border-color: var(--bs-btn-hover-border-color); @@ -574,7 +574,7 @@ body.inprogress { color: var(--bs-btn-hover-color); } #measure-panel .measure-value { - font-family: Inter; + font-family: Inter, monospace; font-variant-numeric: tabular-nums; --measure-value-padding: .75rem; --measure-value-border-width: 3px; @@ -713,7 +713,7 @@ body.inprogress { opacity: .75; } .popover-header .popover-button:focus { - outline: 0; /* eslint-disable-line css/use-baseline */ + outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); opacity: 1; } |
