mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Refactor bookmark query navigation (#6170)
* Revert back to using query params for bookmarks Aka "this hurts so much" * Fix collection navigation active state * Add active and query props to v-button Also unify active and activated state. * Remove not needed exact prop from collections navigation
This commit is contained in:
committed by
GitHub
parent
976baa7206
commit
f55a2072e1
@@ -90,19 +90,19 @@ the loading state.
|
||||
|
||||
#### CSS Variables
|
||||
|
||||
| Variable | Default |
|
||||
| --------------------------------------- | ---------------------------- |
|
||||
| `--v-button-width` | `auto` |
|
||||
| `--v-button-height` | `44px` |
|
||||
| `--v-button-color` | `var(--foreground-inverted)` |
|
||||
| `--v-button-color-hover` | `var(--foreground-inverted)` |
|
||||
| `--v-button-color-activated` | `var(--foreground-inverted)` |
|
||||
| `--v-button-color-disabled` | `var(--foreground-subdued)` |
|
||||
| `--v-button-background-color` | `var(--primary)` |
|
||||
| `--v-button-background-color-hover` | `var(--primary-125)` |
|
||||
| `--v-button-background-color-activated` | `var(--primary)` |
|
||||
| `--v-button-background-color-disabled` | `var(--background-normal)` |
|
||||
| `--v-button-font-size` | `16px` |
|
||||
| `--v-button-font-weight` | `600` |
|
||||
| `--v-button-line-height` | `22px` |
|
||||
| `--v-button-min-width` | `140px` |
|
||||
| Variable | Default |
|
||||
| -------------------------------------- | ---------------------------- |
|
||||
| `--v-button-width` | `auto` |
|
||||
| `--v-button-height` | `44px` |
|
||||
| `--v-button-color` | `var(--foreground-inverted)` |
|
||||
| `--v-button-color-hover` | `var(--foreground-inverted)` |
|
||||
| `--v-button-color-active` | `var(--foreground-inverted)` |
|
||||
| `--v-button-color-disabled` | `var(--foreground-subdued)` |
|
||||
| `--v-button-background-color` | `var(--primary)` |
|
||||
| `--v-button-background-color-hover` | `var(--primary-125)` |
|
||||
| `--v-button-background-color-active` | `var(--primary)` |
|
||||
| `--v-button-background-color-disabled` | `var(--background-normal)` |
|
||||
| `--v-button-font-size` | `16px` |
|
||||
| `--v-button-font-weight` | `600` |
|
||||
| `--v-button-line-height` | `22px` |
|
||||
| `--v-button-min-width` | `140px` |
|
||||
|
||||
Reference in New Issue
Block a user