GetJobber / atlantis

🔱 Atlantis
https://atlantis.getjobber.com
MIT License
25 stars 30 forks source link

feat(components): Use token in FormatFile delete button #1979

Closed taylorvnoj closed 1 month ago

taylorvnoj commented 1 month ago

Motivations

Follow up to the FormatFile change earlier today where I should have used a token instead of a number for the deleteButton z-index

Changes

Changed

.deleteButton {
  z-index: 1;
}

becomes

.deleteButton {
  z-index: var(--elevation-base);
}

Testing

Should behave as before:


In Atlantis we use Github's built in pull request reviews.

Random photo of Atlantis

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying atlantis with  Cloudflare Pages  Cloudflare Pages

Latest commit: ad36a68
Status: âœ…  Deploy successful!
Preview URL: https://e738bb85.atlantis.pages.dev
Branch Preview URL: https://taylor-swap-number-for-token.atlantis.pages.dev

View logs