remove elevation

This commit is contained in:
Cory LaViska
2021-09-08 17:04:12 -04:00
parent 25b130ce2c
commit 2d89fc945f
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ A number of users had trouble counting characters that repeat, so this release i
- 🚨 BREAKING: all t-shirt size design tokens now use `2x`, `3x`, `4x` instead of `xx`, `xxx`, `xxxx`
- Added missing `--sl-focus-ring-*` tokens to dark theme
- Added a subtle elevation to default buttons to make them more easily identifiable
- Improved the documentation search with a custom plugin powered by [Lunr](https://lunrjs.com/)
- Improved the `--sl-shadow-x-small` elevation
- Improved visibility of elevations and overlays in dark theme

View File

@@ -73,7 +73,6 @@ export default css`
background-color: rgb(var(--sl-color-neutral-0));
border-color: rgb(var(--sl-color-neutral-300));
color: rgb(var(--sl-color-neutral-700));
box-shadow: var(--sl-shadow-x-small);
}
.button.button--default:hover:not(.button--disabled) {