Skip to content

Commit

Permalink
Merge pull request #113 from sharetribe/update-v8.3.1-from-upstream
Browse files Browse the repository at this point in the history
Update v8.3.1 from upstream
  • Loading branch information
Gnito authored Aug 19, 2020
2 parents 04f5952 + 091bbcd commit b5a3438
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ https://github.com/sharetribe/flex-template-web/

## Upcoming version 2020-XX-XX

## [v8.3.1] 2020-08-19

- [fix] Fix popup-button in SelectSingleFilterPopup.css and adjust Footer with correct baselines.
[#1353](https://github.com/sharetribe/ftw-daily/pull/1353)

[v8.3.1]: https://github.com/sharetribe/ftw-hourly/compare/v8.3.0...v8.3.1

## [v8.3.0] 2020-08-19

### Updates from upstream (FTW-daily v6.2.0)
### Updates from upstream (FTW-daily v6.3.0)

- [change] We decided to change the default font to Poppins.
[#1349](https://github.com/sharetribe/ftw-daily/pull/1349)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "8.3.0",
"version": "8.3.1",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
14 changes: 8 additions & 6 deletions src/components/SelectSingleFilter/SelectSingleFilterPopup.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@
}
}

.menuLabel,
.menuLabelSelected {
.menuLabel {
@apply --marketplaceButtonStylesSecondary;
@apply --marketplaceSearchFilterLabelFontStyles;

padding: var(--marketplaceButtonSmallDesktopPadding);
width: auto;
height: auto;
min-height: 0;
border-radius: 4px;
}

.menuLabel {
@apply --marketplaceButtonStylesSecondary;

&:focus {
outline: none;
Expand All @@ -33,8 +29,14 @@

.menuLabelSelected {
@apply --marketplaceButtonStyles;
@apply --marketplaceSearchFilterLabelFontStyles;
font-weight: var(--fontWeightSemiBold);

padding: var(--marketplaceButtonSmallDesktopPadding);
width: auto;
height: auto;
min-height: 0;
border-radius: 4px;
border: 1px solid var(--marketplaceColor);

&:hover,
Expand Down

0 comments on commit b5a3438

Please sign in to comment.