File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default {
15
15
16
16
export const AAAOverview : Story = ( ) =>
17
17
html `< uui-combobox-list
18
- style ="border: 1px solid var(--uui-interface -border); border-radius: var(--uui-border-radius); ">
18
+ style ="border: 1px solid var(--uui-color -border); border-radius: var(--uui-border-radius); ">
19
19
< uui-combobox-list-option style ="padding: var(--uui-size-2); ">
20
20
apple
21
21
</ uui-combobox-list-option >
@@ -44,7 +44,7 @@ AAAOverview.storyName = 'Overview';
44
44
45
45
export const Disabled : Story = ( ) =>
46
46
html `< uui-combobox-list
47
- style ="border: 1px solid var(--uui-interface -border); border-radius: var(--uui-border-radius); ">
47
+ style ="border: 1px solid var(--uui-color -border); border-radius: var(--uui-border-radius); ">
48
48
< uui-combobox-list-option style ="padding: var(--uui-size-2); ">
49
49
apple
50
50
</ uui-combobox-list-option >
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ export const CountrySelect: Story = props => {
249
249
< span
250
250
style =${ `${
251
251
index > 0 ? 'margin-top: 6px' : ''
252
- } ; position: sticky; top: 0; text-align: center; padding: 8px; margin-bottom: 6px; font-weight: bold; color: #333333; background: #eeeeee; z-index: 1; outline: 1px solid var(--uui-interface -border,#c4c4c4);`} >
252
+ } ; position: sticky; top: 0; text-align: center; padding: 8px; margin-bottom: 6px; font-weight: bold; color: #333333; background: #eeeeee; z-index: 1; outline: 1px solid var(--uui-color -border,#c4c4c4);`} >
253
253
${ region . name }
254
254
</ span >
255
255
${ repeat (
@@ -359,7 +359,7 @@ CountrySelect.parameters = {
359
359
code : `
360
360
<uui-combobox style="width: 250px">
361
361
<uui-combobox-list>
362
- <span style="; position: sticky; top: 0; text-align: center; padding: 8px; margin-bottom: 6px; font-weight: bold; color: #333333; background: #eeeeee; z-index: 1; outline: 1px solid var(--uui-interface -border,#c4c4c4);">
362
+ <span style="; position: sticky; top: 0; text-align: center; padding: 8px; margin-bottom: 6px; font-weight: bold; color: #333333; background: #eeeeee; z-index: 1; outline: 1px solid var(--uui-color -border,#c4c4c4);">
363
363
Africa
364
364
</span>
365
365
<uui-combobox-list-option style="scroll-margin-top: 40px; display: flex; align-items: center; gap: 8px; padding: 8px 8px;" tabindex="0">
You can’t perform that action at this time.
0 commit comments