Merge pull request #2120 from maxgrapps/master

Footer links and socials focus color issue
pull/2100/head
Victor Baranov 6 years ago committed by GitHub
commit 1128c0a694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 7
      apps/block_scout_web/assets/css/components/_footer.scss

@ -4,6 +4,7 @@
- [#2075](https://github.com/poanetwork/blockscout/pull/2075) - add blocks cache
### Fixes
- [#2120](https://github.com/poanetwork/blockscout/pull/2120) - footer links and socials focus color issue
- [#2113](https://github.com/poanetwork/blockscout/pull/2113) - renewed logos for rsk, dai, blockscout; themes color changes for lukso; error images for lukso
- [#2112](https://github.com/poanetwork/blockscout/pull/2112) - themes color improvements, dropdown color issue
- [#2110](https://github.com/poanetwork/blockscout/pull/2110) - themes colors issues, ui issues

@ -52,6 +52,10 @@ $footer-logo-width: auto !default;
color: #fff;
}
&:focus {
color: darken($footer-text-color, 5);
}
&:last-child {
margin-right: 0;
}
@ -98,6 +102,9 @@ $footer-logo-width: auto !default;
text-decoration: none;
color: #fff;
}
&:focus {
color: darken($footer-text-color, 5);
}
}
&::before {

Loading…
Cancel
Save