From d39644d8c8fd852e777945b44fd5c3b0767c5629 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Fri, 25 Sep 2020 00:11:21 +0300 Subject: [PATCH] Fix xDai styles: invisible tokens on address --- CHANGELOG.md | 1 + apps/block_scout_web/assets/css/theme/_dai_variables.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4af7b4ab8..d34c77552f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - [#3261](https://github.com/poanetwork/blockscout/pull/3261) - Bridged tokens table ### Fixes +- [#3313](https://github.com/poanetwork/blockscout/pull/3313) - Fix xDai styles: invisible tokens on address - [#3312](https://github.com/poanetwork/blockscout/pull/3312) - Replace symbol for some tokens to be able to find price in CoinGecko for OmniBridge balance - [#3307](https://github.com/poanetwork/blockscout/pull/3307) - Replace "latest" compiler version with the actual one - [#3303](https://github.com/poanetwork/blockscout/pull/3303) - Address contract twins feature performance diff --git a/apps/block_scout_web/assets/css/theme/_dai_variables.scss b/apps/block_scout_web/assets/css/theme/_dai_variables.scss index 097a75f646..8fc0221e48 100644 --- a/apps/block_scout_web/assets/css/theme/_dai_variables.scss +++ b/apps/block_scout_web/assets/css/theme/_dai_variables.scss @@ -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):not([data-test=address_hash_link]):not(.alert-link):not([data-test=token_link]) { + a:not(.dropdown-item):not(.button):not([data-test=address_hash_link]):not(.alert-link):not([data-test=token_link]):not(#dropdown-tokens) { color: $secondary; &:hover {