Skip to content

Commit

Permalink
add divider border again
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 19, 2024
1 parent 13e6bc8 commit da73cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-card-media/lib/uui-card-media.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export class UUICardMediaElement extends UUICardElement {
position: absolute;
inset: 0;
z-index: -1;
border-top: 1px solid var(--uui-color-divider);
border-radius: 0 0 var(--uui-border-radius) var(--uui-border-radius);
background-color: var(--uui-color-surface);
pointer-events: none;
Expand Down

0 comments on commit da73cad

Please sign in to comment.