Skip to content

Commit 69053fd

Browse files
authored
Merge branch 'master' into feat-issue-741-add-event-cta
2 parents 8eb9340 + fbc251b commit 69053fd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG-prerelease.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Tag: [v1.0.0-prerelease.42](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.42)
44

5+
- [fbc251b](https://github.com/patternfly/patternfly-elements/commit/fbc251b5180684da26a57c0941235d57f961990e) fix: set consistent line-height for pfe-nav triggers (#773)
56
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: adding event to pfe-cta component
67

78
## Prerelease 41 ( 2020-03-19 )

elements/pfe-navigation/src/pfe-navigation--lightdom.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ pfe-navigation-item {
301301
[slot="trigger"] {
302302
font-family: #{pfe-var(font-family)};
303303
margin: .25em 0 0 0!important;
304+
line-height: 1.3;
304305
}
305306
// Utility links.
306307
pfe-icon + [slot="trigger"] > a {

elements/pfe-select/src/pfe-select.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $variables: (
1717
BorderLeft: #{pfe-local(BorderWidth) pfe-var(ui--border-style) pfe-local(BorderColor)},
1818
BorderRight: #{pfe-local(BorderWidth) pfe-var(ui--border-style) pfe-local(BorderColor)},
1919
BorderBottom: #{pfe-local(BorderBottomWidth) pfe-var(ui--border-style) pfe-local(BorderBottomColor)},
20-
BorderBottom--hover: #{pfe-local(BorderBottomWidth) pfe-var(ui--border-style) pfe-local(BorderBottomColor--hover)}
21-
20+
BorderBottom--hover: #{pfe-local(BorderBottomWidth) pfe-var(ui--border-style) pfe-local(BorderBottomColor--hover)},
21+
FontFamily: #{pfe-var(font-family)}
2222
);
2323

2424
:host {
@@ -82,6 +82,7 @@ $variables: (
8282

8383
font-size: #{pfe-var(font-size)};
8484
font-weight: #{pfe-var(font-weight--normal)};
85+
font-family: #{pfe-local(FontFamily)};
8586

8687
appearance: none;
8788
box-shadow: none;

0 commit comments

Comments
 (0)