open-consul/ui-v2/app/styles/components
John Cowen 81637e2138 ui: CSS Components Migration (#5913)
Migrate roughly half of the base components into base
Adds a target for easily formatting CSS

Further CSS amends/migration (#5921)

1. tooltips within tables where a slightly bit troublesome due to a mix
of `inline-flex`, `overflow` and the need for truncation. This refineds
tooltips a slight bit more to work 'everywhere'.
2. We also move tooltip to use the correct color and min-width from
structure, but we overwrite the min-width here until we get confirmation
on widths/alignment of text within a tooltip.
3. Tiny fixes for breadcrumbs and toggle-buttons in tabular listings
4. Now we inline-flex our table cells, it means it is impossible to
truncate text without wrapping it in another element. This wraps all
Description like text in `<p>` tags. Generally the first column of text
is already wrapped in an `<a>` tag. Other items such as consul tags and
policy names etc get 'cutoff' rather than truncated.
5. We are now using all the icons from `@hashicorp/structure-icons`
2019-09-04 08:35:01 +00:00
..
app-view ui: Fix CSS related to icons and h2 changes done in different PRs 2019-05-01 19:01:32 +00:00
checkbox-group
code-editor UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
confirmation-dialog UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
dom-recycling-table
expanded-single-select UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
feedback-dialog
filter-bar UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
flash-message ui: Adds warning flash messages (yellow with warning icon) (#5033) 2019-05-01 18:21:52 +00:00
form-elements UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
freetext-filter UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
healthcheck-info UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
healthcheck-output UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
healthchecked-resource UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
icons ui: dashboard links (#5704) 2019-05-01 18:22:38 +00:00
modal-dialog UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
phrase-editor ui: Fix CSS related to icons and h2 changes done in different PRs 2019-05-01 19:01:32 +00:00
product UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
progress
radio-group
secret-button
tabular-details ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
tag-list UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
toggle UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
action-group.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
anchors.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
app-view.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
breadcrumbs.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
buttons.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
code-editor.scss
confirmation-dialog.scss
feedback-dialog.scss UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
filter-bar.scss
flash-message.scss
form-elements.scss UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
freetext-filter.scss
healthcheck-info.scss UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
healthcheck-output.scss UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
healthchecked-resource.scss
index.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
list-collection.scss
modal-dialog.scss
notice.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
phrase-editor.scss ui: Search improvements (#5540) 2019-05-01 18:22:36 +00:00
pill.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
product.scss UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
progress.scss
secret-button.scss
table.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
tabs.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00
tabular-collection.scss UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
tabular-details.scss
tag-list.scss UI: Service Instances (#5326) 2019-05-01 18:22:10 +00:00
tomography-graph.scss UI: CSS Refactor (#4919) 2019-05-01 18:21:38 +00:00
tooltip.scss ui: CSS Components Migration (#5913) 2019-09-04 08:35:01 +00:00