Merge pull request #3256 from poanetwork/vb-xdai-styles-fix

Fix for invisible validator address at block page and wrong alert text color at xDai
pull/3258/head
Victor Baranov 4 years ago committed by GitHub
commit 61f43bf111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/block_scout_web/assets/css/theme/_dai_variables.scss

@ -3,6 +3,7 @@
### Features
### Fixes
- [#3256](https://github.com/poanetwork/blockscout/pull/3256) - Fix for invisible validator address at block page and wrong alert text color at xDai
### Chore

@ -47,7 +47,7 @@ $tile-type-block-color: $secondary;
$tile-type-progress-bar-color: $secondary;
a.tile-title { color: $secondary !important; }
.card-body {
a:not(.dropdown-item):not(.button) {
a:not(.dropdown-item):not(.button):not([data-test=address_hash_link]):not(.alert-link) {
color: $secondary;
&:hover {

Loading…
Cancel
Save