Merge pull request #4622 from blockscout/np-change-alpha-for-txs-btn

Change alpha of transactions button's background
pull/4624/head
Victor Baranov 3 years ago committed by GitHub
commit 5d96530d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 2
      apps/block_scout_web/assets/css/components/_btn_no_border.scss

@ -1,7 +1,7 @@
## Current
### Features
- [#4608](https://github.com/blockscout/blockscout/pull/4608) - Block Details page: Improved style of transactions button
- [#4608](https://github.com/blockscout/blockscout/pull/4608), [#4622](https://github.com/blockscout/blockscout/pull/4622) - Block Details page: Improved style of transactions button
- [#4596](https://github.com/blockscout/blockscout/pull/4596) - Display token icon for bridged with Mainnet tokens or identicons for other tokens
- [#4520](https://github.com/blockscout/blockscout/pull/4520) - Add support for EIP-1559
- [#4593](https://github.com/blockscout/blockscout/pull/4593) - Add status in `Position` pane for txs have no block

@ -12,7 +12,7 @@ $btn-no-border-color: $primary !default;
}
.btn-no-border-transactions {
background-color: rgba($primary, 0.2) !important;
background-color: rgba($primary, 0.1) !important;
border-color: $btn-no-border-bg;
align-items: center;
border-radius: 2px;

Loading…
Cancel
Save