File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,19 @@ export class UUICardElement extends SelectOnlyMixin(
28
28
box- shadow: var(--uui-shadow-depth-1 );
29
29
bor der- radius: var(- - uui- bor der- radius);
30
30
min- height: var(- - uui- layout- medium);
31
- background- color : var(- - uui- interface - surface);
31
+ background- color : var(- - uui- col or - surface);
32
32
- - uui- card- bor der- width: 3px;
33
33
transition: box- shadow 100ms ease- out;
34
34
}
35
35
36
36
: host (* ) * {
37
37
/* TODO: implement globally shared outline style */
38
- outline-color : var (--uui-interface-outline );
38
+ outline-color : var (--uui-color-focus );
39
39
outline-offset : 4px ;
40
40
}
41
41
42
42
: host (: focus ) {
43
- outline-color : var (--uui-interface-outline );
43
+ outline-color : var (--uui-color-focus );
44
44
outline-width : var (--uui-card-border-width );
45
45
outline-style : solid;
46
46
outline-offset : var (--uui-card-border-width );
You can’t perform that action at this time.
0 commit comments