Skip to content

Commit

Permalink
Underline links in the attribtuion control bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Oct 30, 2023
1 parent ed41004 commit 106e890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/e2e/map.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ describe("Map", () => {

cy.injectAxe();

cy.checkA11y({
// Exclude the control as it has offenses but it
// originates in an upstream dependency.
exclude: [".leaflet-control-attribution"],
});
cy.checkA11y();
});

describe("Attribution Control", () => {
Expand Down
4 changes: 4 additions & 0 deletions src/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
.h-full-screen {
@apply fixed h-full overscroll-none;
}

.leaflet-control-attribution > a {
@apply underline;
}

0 comments on commit 106e890

Please sign in to comment.