Skip to content

Commit

Permalink
Make the swap list "Cancel" button red (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 21, 2018
1 parent 409bfbd commit aee8b81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/renderer/components/SwapList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
}
}
}

.cancel :not([disabled]) {
filter: hue-rotate(130deg) saturate(160%);
}
}

@media (min-width: 1400px) {
Expand Down

0 comments on commit aee8b81

Please sign in to comment.