siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
196 stars 65 forks source link

<ag-grid-angular> add missing ag-tooltip styles #1303

Open intuiquest opened 4 months ago

intuiquest commented 4 months ago

Prerequisites

Suggestion / feature request

It appears that the Ag Grid integration in iX is missing the styles for the default Ag Grid tooltips.

Implementing the iX tooltip as a replacement seemed too complex, so I created this simplified styling instead:

.ag-tooltip {
  background-color: var(--theme-tootlip--background);
  padding: 0.375rem 0.75rem 0.375rem 0.875rem;
  z-index: var(--theme-z-index-tooltip);
  border: none;
  overflow-wrap: break-word;
  border-radius: 0.25rem;
  max-width: 18.25rem;
}

.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--theme-shadow-4);
}
github-actions[bot] commented 4 months ago

🤖 Hello @intuiquest

Your issue will be analyzed and is part of our internal workflow. To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-1277