Skip to content

Commit 83ff8b4

Browse files
committed
update with master
2 parents 6eeeaa3 + 0824670 commit 83ff8b4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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.36](https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.36)
44

5+
- [082467](https://github.com/patternfly/patternfly-elements/commit/08246701a3de80ea0539facce1f1338de4316be0) fix: arrow from rendering on nav priority cta's when on iOS 12>
56
- [](https://github.com/patternfly/patternfly-elements/commit/) feat: update accent color to red
67

78
## Prerelease 35 ( 2020-01-17 )

elements/pfe-cta/src/pfe-cta.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ $variables: (
162162
}
163163
}
164164

165+
// Set svg to none so it won't render in nav on iOS versions 12>
166+
:host([pfe-priority]) svg {
167+
display:none;
168+
}
169+
165170

166171
:host([pfe-priority]) {
167172
--pfe-cta--Padding: #{pfe-var(container-padding)} calc(#{pfe-var(container-padding)} * 2);

0 commit comments

Comments
 (0)