-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tray): use token for top and bottom edge to content area
- Use new token tray-top-to-content-area that applies to both the top and the bottom; this adds padding-block to the tray. Tray is changed to box-sizing border-box so max-block-size and other size properties are not changed by the added padding.
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
| Modifiable Custom Properties | | ||
| ------------------------------------------- | | ||
| `--mod-tray-background-color` | | ||
| `--mod-tray-bottom-to-content-area` | | ||
| `--mod-tray-corner-radius` | | ||
| `--mod-tray-entry-animation-delay` | | ||
| `--mod-tray-entry-animation-duration` | | ||
| `--mod-tray-exit-animation-delay` | | ||
| `--mod-tray-exit-animation-duration` | | ||
| `--mod-tray-max-inline-size` | | ||
| `--mod-tray-spacing-edge-to-tray-safe-zone` | | ||
| `--mod-tray-top-to-content-area` | |