Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 262d4dd

Browse files
committed
2.6.0 - Remove useless important rule for video preview
1 parent 9a0afdb commit 262d4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/playlist/playlist.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
box-sizing: border-box;
2424
border-radius: var(--border-radius);
2525
background: rgb(var(--c-base));
26-
border: 2px solid rgba(var(--c-white), 0.15) !important;
26+
border: 2px solid rgba(var(--c-white), 0.2);
2727
p {
2828
margin: 0;
2929
}

0 commit comments

Comments
 (0)