hashicorp / structure

Structure (aka "PDS") [deprecated]
https://hashicorp-structure.vercel.app
Mozilla Public License 2.0
24 stars 5 forks source link

Dropdown Styles aren't applying as expected to Pds::ExternalLinks #92

Closed emoncuso closed 1 year ago

emoncuso commented 3 years ago

When an PDS::ExternalLink is within a PDS::Dropdown dialog, the styles for the link are not consistent with what you would expect them to be.

Screen Shot 2021-06-18 at 8 13 51 AM

NOTE this does NOT happen with internal links from Ember's LinkTo component. There seems to be a rule somewhere applying only to external links (this selector: .pds-dropdownDialog :any-link:not(.pds-button):not(.pds--external))

Dhaulagiri commented 3 years ago

Seems possible this is related to https://github.com/hashicorp/structure/issues/89

didoo commented 1 year ago

Outdated. Closing now.