File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Prerelease 36 ( TBD )
2+
3+ Tag: [ v1.0.0-prerelease.36] ( https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.36 )
4+
5+ - [ ] ( https://github.com/patternfly/patternfly-elements/commit/ ) fix: arrow from rendering on nav priority cta's when on iOS 12>
6+
17## Prerelease 35 ( 2020-01-17 )
28
39Tag: [ v1.0.0-prerelease.35] ( https://github.com/patternfly/patternfly-elements/releases/tag/v1.0.0-prerelease.35 )
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments