remove elevation

pull/526/head
Cory LaViska 2021-09-08 17:04:12 -04:00
rodzic 25b130ce2c
commit 2d89fc945f
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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) {