consul/ui/packages/consul-ui/app
John Cowen b8166de30d
ui: Replaces almost all remaining instances of SASS variables with CSS (#11200)
From an engineers perspective, whenever specifying colors from now on we should use the form:

```
color: rgb(var(--tone-red-500));
```

Please note:

- Use rgb. This lets us do this like rgb(var(--tone-red-500) / 10%) so we can use a 10% opacity red-500 if we ever need to whilst still making use of our color tokens.
- Use --tone-colorName-000 (so the prefix tone). Previously we could use a mix of --gray-500: $gray-500 (note the left hand CSS prop and right hand SASS var) for the things we need to theme currently. As we no longer use SASS we can't do --gray-500: --gray-500, so we now do --tone-gray-500: --gray-500.

Just for clarity after that, whenever specifying a color anywhere, use rgb and --tone. There is only one reason where you might not use tone, and that is if you never want a color to be affected by a theme (for example a background shadow probably always should use --black)

There are a 2 or 3 left for the code editor, plus our custom-query values
2021-10-07 19:21:11 +01:00
..
abilities ui: Don't show the CRD menu for read-only intentions (#11149) 2021-09-27 17:19:32 +01:00
adapters ui: Fix up blocking reconciliation for multiple models (#11237) 2021-10-07 12:38:04 +01:00
components ui: Replaces almost all remaining instances of SASS variables with CSS (#11200) 2021-10-07 19:21:11 +01:00
controllers ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
decorators ui: Serf Health Check warning notice (#10194) 2021-05-13 11:36:51 +01:00
filter/predicates ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
forms ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
helpers ui: Make it hard to not URLEncode DataSource srcs/URIs (#11117) 2021-09-30 15:54:46 +01:00
initializers ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
instance-initializers ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
locations ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
mixins ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
models ui: Fix up blocking reconciliation for multiple models (#11237) 2021-10-07 12:38:04 +01:00
modifiers ui: CopyButton amends (#10511) 2021-07-06 16:56:36 +01:00
routes ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
routing ui: Address some Admin Partition FIXMEs (#11057) 2021-10-01 11:07:58 +01:00
search/predicates ui: Serf Health Check warning notice (#10194) 2021-05-13 11:36:51 +01:00
serializers ui: Use of header default ACL policy (#11192) 2021-09-30 13:01:48 -04:00
services ui: Fix up blocking reconciliation for multiple models (#11237) 2021-10-07 12:38:04 +01:00
sort/comparators ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
styles ui: Replaces almost all remaining instances of SASS variables with CSS (#11200) 2021-10-07 19:21:11 +01:00
templates ui: Fix up blocking reconciliation for multiple models (#11237) 2021-10-07 12:38:04 +01:00
utils ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
validations ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
app.js
env.js
formats.js ui: Install ember-intl (#9399) 2020-12-15 18:29:32 +00:00
index.html
router.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00