Merge pull request #1907 from maxgrapps/master

Dropdown color bug fix and tooltip color bug fix
pull/1875/head
Victor Baranov 6 years ago committed by GitHub
commit 8f66fb48bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 1
      apps/block_scout_web/assets/css/components/_tooltip.scss
  3. 2
      apps/block_scout_web/assets/css/theme/_lukso_variables.scss

@ -1,6 +1,7 @@
## Current ## Current
### Features ### Features
- [#1907](https://github.com/poanetwork/blockscout/pull/1907) - dropdown color bug fix (lukso theme) and tooltip color bug fix
- [#1903](https://github.com/poanetwork/blockscout/pull/1903) - added rsk theme and rsk logo - [#1903](https://github.com/poanetwork/blockscout/pull/1903) - added rsk theme and rsk logo
- [#1895](https://github.com/poanetwork/blockscout/pull/1895) - add changes to poa theme and poa logo - [#1895](https://github.com/poanetwork/blockscout/pull/1895) - add changes to poa theme and poa logo
- [#1812](https://github.com/poanetwork/blockscout/pull/1812) - add pagination to addresses page - [#1812](https://github.com/poanetwork/blockscout/pull/1812) - add pagination to addresses page

@ -14,5 +14,6 @@ $tooltip-color: #fff !default;
.arrow::before { .arrow::before {
border-top-color: $tooltip-background-color; border-top-color: $tooltip-background-color;
border-bottom-color: $tooltip-background-color;
} }
} }

@ -12,7 +12,7 @@ $dashboard-stats-item-value-color: $primary;
$dashboard-stats-item-border-color: $primary; $dashboard-stats-item-border-color: $primary;
$header-links-color-active: #333; $header-links-color-active: #333;
.dropdown-item:hover, .dropdown-item:focus { background-color: $primary !important; }
$tile-type-block-color: $secondary; $tile-type-block-color: $secondary;
$navbar-logo-height: 18px; $navbar-logo-height: 18px;

Loading…
Cancel
Save