Skip to content

Commit

Permalink
fix(storefront): BCTHEME-321 fix social icon tooltip overlaying (#1914)
Browse files Browse the repository at this point in the history
Co-authored-by: BC-tymurbiedukhin <[email protected]>
  • Loading branch information
bc-alexsaiannyi and BC-tymurbiedukhin authored Dec 1, 2020
1 parent 0a028f3 commit c41a83d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed tooltip overlaying by facebook button. [#1914](https://github.com/bigcommerce/cornerstone/pull/1914)
- Cornerstone - Text hover color does not change when Dropdown menu display mode is set to 'Alternative'. [#1918](https://github.com/bigcommerce/cornerstone/pull/1918)
- “Sort by” dropdown selection not reflected on search results page for News and Information tab. [#1910](https://github.com/bigcommerce/cornerstone/pull/1910)
- Header content placed out of the header block on mobile. [#1908](https://github.com/bigcommerce/cornerstone/pull/1908)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
&:focus:after {
right: auto;
left: 0;
z-index: zIndex("low");
}
}
}
Expand Down

0 comments on commit c41a83d

Please sign in to comment.