@ons/design-system 58.0.0 → 58.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,7 +128,7 @@
128
128
  &--header {
129
129
  .ons-autosuggest-input__results {
130
130
  border: none;
131
- box-shadow: 0 0 5px 0 rgba(var(--ons-color-black), 0.6);
131
+ box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.6);
132
132
  left: 0;
133
133
  position: absolute;
134
134
  z-index: 10;
@@ -64,7 +64,7 @@
64
64
  &__actions {
65
65
  background-color: var(--ons-color-white);
66
66
  bottom: 0;
67
- box-shadow: 0 0 5px 0 rgba(var(--ons-color-black), 0.5), 0 -1px 0 0 rgba(var(--ons-color-grey-100), 0.5);
67
+ box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.5), 0 -1px 0 0 rgba(65, 64, 66, 0.5);
68
68
  display: flex;
69
69
  left: 0;
70
70
  padding: 1rem;
@@ -116,7 +116,7 @@
116
116
  }
117
117
 
118
118
  .ons-tabs--details {
119
- border-top: 1px solid --ons-color-borders;
119
+ border-top: 1px solid var(--ons-color-borders);
120
120
  margin: 0;
121
121
 
122
122
  .ons-tab {